C# Class CDP4Composition.Views.SavedUserPreferenceDialog

Inheritance: DXWindow, IDialogView
Mostrar archivo Open project: RHEAGROUP/COMET-IME-Community-Edition

Public Methods

Method Description
SavedUserPreferenceDialog ( ) : CDP4Composition.Attributes

Initializes a new instance of the SavedUserPreferenceDialog class.

SavedUserPreferenceDialog ( bool initializeComponent ) : CDP4Composition.Attributes

Initializes a new instance of the SavedUserPreferenceDialog class.

This constructor is called by the navigation service

Method Details

SavedUserPreferenceDialog() public method

Initializes a new instance of the SavedUserPreferenceDialog class.
public SavedUserPreferenceDialog ( ) : CDP4Composition.Attributes
return CDP4Composition.Attributes

SavedUserPreferenceDialog() public method

Initializes a new instance of the SavedUserPreferenceDialog class.
This constructor is called by the navigation service
public SavedUserPreferenceDialog ( bool initializeComponent ) : CDP4Composition.Attributes
initializeComponent bool /// a value indicating whether the contained Components shall be loaded ///
return CDP4Composition.Attributes