C# Class Starboard.View.MainWindowView

Interaction logic for MainWindow.xaml
Mostra file Open project: ascendedguard/starboard-sc2 Class Usage Examples

Public Methods

Method Description
MainWindowView ( ) : System.ComponentModel

Initializes a new instance of the MainWindowView class.

Private Methods

Method Description
MainWindowClosing ( object sender, CancelEventArgs e ) : void

Shuts down the application when the main window closes.

Method Details

MainWindowView() public method

Initializes a new instance of the MainWindowView class.
public MainWindowView ( ) : System.ComponentModel
return System.ComponentModel