C# Class CortanaCommandServer.App

App.xaml の相互作用ロジック
Inheritance: System.Windows.Application
Afficher le fichier Open project: garicchi/CortanaCommand

Méthodes publiques

Свойство Type Description
ViewModel ServerViewModel

Méthodes publiques

Méthode Description
App ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
DeleteStartUp ( ) : void
SetStartUp ( ) : void

Method Details

App() public méthode

public App ( ) : System
Résultat System

OnActivated() protected méthode

protected OnActivated ( EventArgs e ) : void
e System.EventArgs
Résultat void

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

Property Details

ViewModel public_oe static_oe property

public static ServerViewModel,CortanaCommandServer ViewModel
Résultat ServerViewModel