C# Class CortanaCommandServer.App

App.xaml の相互作用ロジック
Inheritance: System.Windows.Application
显示文件 Open project: garicchi/CortanaCommand

Public Properties

Property Type Description
ViewModel ServerViewModel

Public Methods

Method Description
App ( ) : System

Protected Methods

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

Private Methods

Method Description
DeleteStartUp ( ) : void
SetStartUp ( ) : void

Method Details

App() public method

public App ( ) : System
return System

OnActivated() protected method

protected OnActivated ( EventArgs e ) : void
e System.EventArgs
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

Property Details

ViewModel public_oe static_oe property

public static ServerViewModel,CortanaCommandServer ViewModel
return ServerViewModel