C# Class AltitudeAngelWings.UserInterfaceMain

Inheritance: IDisposable
显示文件 Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Run ( ) : void
ShowMainWindow ( ) : void
UserInterfaceMain ( Lazy mainView ) : System
WaitUntilUIReady ( int timeout ) : bool
WaitUntilUIReady ( ) : void

Private Methods

Method Description
Dispose ( bool isDisposing ) : void
DoShowMainWindow ( ) : void
UIThreadDipatcherLoop ( ) : void
UnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Run() public method

public Run ( ) : void
return void

ShowMainWindow() public method

public ShowMainWindow ( ) : void
return void

UserInterfaceMain() public method

public UserInterfaceMain ( Lazy mainView ) : System
mainView Lazy
return System

WaitUntilUIReady() public method

public WaitUntilUIReady ( int timeout ) : bool
timeout int
return bool

WaitUntilUIReady() public method

public WaitUntilUIReady ( ) : void
return void