Skip to content

Commit

Permalink
API review update - private protected ctros
Browse files Browse the repository at this point in the history
  • Loading branch information
miloush committed Apr 19, 2023
1 parent 78b7a85 commit 28fdbf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public abstract class CommonItemDialog : CommonDialog
/// In an inherited class, initializes a new instance of
/// the System.Windows.CommonItemDialog class.
/// </summary>
protected CommonItemDialog()
private protected CommonItemDialog()
{
// Call Initialize to set defaults for fields
// and to set defaults for some option flags.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public abstract class FileDialog : CommonItemDialog
/// In an inherited class, initializes a new instance of
/// the System.Windows.FileDialog class.
/// </summary>
protected FileDialog()
private protected FileDialog()
{
// Call Initialize to set defaults for fields
// and to set defaults for some option flags.
Expand Down

0 comments on commit 28fdbf3

Please sign in to comment.