C# 클래스 AltitudeAngelWings.UserInterfaceMain

상속: IDisposable
파일 보기 프로젝트 열기: ArduPilot/MissionPlanner 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Run ( ) : void
ShowMainWindow ( ) : void
UserInterfaceMain ( Lazy mainView ) : System
WaitUntilUIReady ( int timeout ) : bool
WaitUntilUIReady ( ) : void

비공개 메소드들

메소드 설명
Dispose ( bool isDisposing ) : void
DoShowMainWindow ( ) : void
UIThreadDipatcherLoop ( ) : void
UnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void

ShowMainWindow() 공개 메소드

public ShowMainWindow ( ) : void
리턴 void

UserInterfaceMain() 공개 메소드

public UserInterfaceMain ( Lazy mainView ) : System
mainView Lazy
리턴 System

WaitUntilUIReady() 공개 메소드

public WaitUntilUIReady ( int timeout ) : bool
timeout int
리턴 bool

WaitUntilUIReady() 공개 메소드

public WaitUntilUIReady ( ) : void
리턴 void