Removed incorrect setters for certain FileDialog properties.

This commit is contained in:
Nathan Dykman 2015-08-24 11:20:04 -07:00
Родитель 7b7d7fc95f
Коммит 8f892e77fe
1 изменённых файлов: 1 добавлений и 8 удалений

Просмотреть файл

@ -114,10 +114,6 @@ namespace System.Windows.Forms
Contract.Ensures(Contract.Result<string>() != null);
return default(string[]);
}
set
{
}
}
// <summary>
@ -243,10 +239,7 @@ namespace System.Windows.Forms
Contract.Ensures(Contract.Result<FileDialogCustomPlacesCollection>() != null);
return default(FileDialogCustomPlacesCollection);
}
set
{
}
}
// <summary>