C# Class Client.App

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

Méthodes publiques

Méthode Description
AutoUpdate ( ) : void
Dispose ( ) : void

Méthodes protégées

Méthode Description
OnStartup ( StartupEventArgs e ) : void

Private Methods

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

获得最后的版本信息

Method Details

AutoUpdate() public méthode

public AutoUpdate ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnStartup() protected méthode

protected OnStartup ( StartupEventArgs e ) : void
e StartupEventArgs
Résultat void