C# Class ReplaySync.MainWindow

Interaction logic for MainWindow.xaml
显示文件 Open project: ascendedguard/sc2-replaysync

Public Methods

Method Description
MainWindow ( ) : System.Windows

Initializes a new instance of the MainWindow class.

Private Methods

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

Shuts down the application when the main window is closed.

MainWindowMouseDown ( object sender, System e ) : void
MinimizeClicked ( object sender, RoutedEventArgs e ) : void
MoveWindowChecked ( object sender, RoutedEventArgs e ) : void

Method Details

MainWindow() public method

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