C# Class WmiCodeCreator.View.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: MetroWindow
Show file Open project: InvaderZim85/WmiCodeCreator

Public Methods

Method Description
MainWindow ( ) : System.Windows

Creates a new instance of the MainWindow

Private Methods

Method Description
MainMenuProgramClose_Click ( object sender, RoutedEventArgs e ) : void

Occurs when the user hits the close menu (Program > Close)

MainWindow_OnLoaded ( object sender, RoutedEventArgs e ) : void

Occurs when the window was loaded

Method Details

MainWindow() public method

Creates a new instance of the MainWindow
public MainWindow ( ) : System.Windows
return System.Windows