C# Class withSIX.Mini.Presentation.Wpf.App

Interaction logic for App.xaml
Inheritance: SingleInstanceApp
Show file Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
App ( ) : System

Protected Methods

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

Private Methods

Method Description
CreateMainWindow ( ) : System.Windows.Threading.DispatcherOperation
HandleNewVersion ( IEnumerable list ) : void
HandleSingleInstance ( ) : void
OnAppEvent ( object sender, IList list ) : void
StartupInternal ( ) : System.Threading.Tasks.Task

Method Details

App() public method

public App ( ) : System
return System

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