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

Interaction logic for App.xaml
Inheritance: SingleInstanceApp
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
App ( ) : System

Méthodes protégées

Méthode Description
OnExit ( System.Windows.ExitEventArgs e ) : void
OnStartup ( System.Windows.StartupEventArgs e ) : void

Private Methods

Méthode 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 méthode

public App ( ) : System
Résultat System

OnExit() protected méthode

protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
Résultat void

OnStartup() protected méthode

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
Résultat void