C# Class P02Project.Screen

Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: raouldc/OptiDev Class Usage Examples

Public Methods

Method Description
Screen ( TopWindow parentWindow ) : System.Windows.Controls

Constructor of a screen

Protected Methods

Method Description
Screen ( ) : System.Windows.Controls

constructor

Method Details

Screen() protected method

constructor
protected Screen ( ) : System.Windows.Controls
return System.Windows.Controls

Screen() public method

Constructor of a screen
public Screen ( TopWindow parentWindow ) : System.Windows.Controls
parentWindow TopWindow
return System.Windows.Controls