C# Class STimWPF.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
显示文件 Open project: hcilab-um/STim

Public Methods

Method Description
CloseApp ( Window sender ) : void

Protected Methods

Method Description
OnExit ( System.Windows.ExitEventArgs e ) : void
OnStartup ( System.Windows.StartupEventArgs e ) : void

Method Details

CloseApp() public method

public CloseApp ( Window sender ) : void
sender System.Windows.Window
return void

OnExit() protected method

protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
return void

OnStartup() protected method

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
return void