C# Class EKG_Project.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Show file Open project: Nefarin/DadmProject

Protected Methods

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

Method Details

OnExit() protected method

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

OnStartup() protected method

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