Removed incorrect setters for certain FileDialog properties.
This commit is contained in:
Родитель
7b7d7fc95f
Коммит
8f892e77fe
|
@ -114,10 +114,6 @@ namespace System.Windows.Forms
|
|||
Contract.Ensures(Contract.Result<string>() != null);
|
||||
return default(string[]);
|
||||
}
|
||||
set
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
// <summary>
|
||||
|
@ -243,11 +239,8 @@ namespace System.Windows.Forms
|
|||
Contract.Ensures(Contract.Result<FileDialogCustomPlacesCollection>() != null);
|
||||
return default(FileDialogCustomPlacesCollection);
|
||||
}
|
||||
set
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
// <summary>
|
||||
// Gets or sets a value indicating whether this <see cref="T:System.Windows.Forms.FileDialog"/> instance should automatically upgrade appearance and behavior when running on Windows Vista.
|
||||
|
|
Загрузка…
Ссылка в новой задаче