C# 클래스 Client.App

Interaktionslogik für "App.xaml"
상속: Client.Application
파일 보기 프로젝트 열기: xiaoyangedu/XYTimeTableTool 1 사용 예제들

공개 메소드들

메소드 설명
AutoUpdate ( ) : void
Dispose ( ) : void

보호된 메소드들

메소드 설명
OnStartup ( StartupEventArgs e ) : void

비공개 메소드들

메소드 설명
App_DispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
GetLastVersionInfo ( ) : void

获得最后的版本信息

메소드 상세

AutoUpdate() 공개 메소드

public AutoUpdate ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OnStartup() 보호된 메소드

protected OnStartup ( StartupEventArgs e ) : void
e StartupEventArgs
리턴 void