C# Class Client.App

Interaktionslogik für "App.xaml"
Inheritance: Client.Application
Mostrar archivo Open project: xiaoyangedu/XYTimeTableTool Class Usage Examples

Public Methods

Method Description
AutoUpdate ( ) : void
Dispose ( ) : void

Protected Methods

Method Description
OnStartup ( StartupEventArgs e ) : void

Private Methods

Method Description
App_DispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
GetLastVersionInfo ( ) : void

获得最后的版本信息

Method Details

AutoUpdate() public method

public AutoUpdate ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

OnStartup() protected method

protected OnStartup ( StartupEventArgs e ) : void
e StartupEventArgs
return void