C# Class RoverOperator.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: FirstFloor.ModernUI.Windows.Controls.ModernWindow
显示文件 Open project: jpadillak/Concordia_Capstone2013-14

Public Methods

Method Description
MainWindow ( ) : System

Protected Methods

Method Description
OnClosed ( EventArgs e ) : void

Private Methods

Method Description
AddKeyBoardShortcuts ( ) : void
GoToPage ( object relativeURI ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
return void