C# Class AltitudeAngelWings.UserInterfaceMain

Inheritance: IDisposable
Afficher le fichier Open project: ArduPilot/MissionPlanner Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

ShowMainWindow() public méthode

public ShowMainWindow ( ) : void
Résultat void

UserInterfaceMain() public méthode

public UserInterfaceMain ( Lazy mainView ) : System
mainView Lazy
Résultat System

WaitUntilUIReady() public méthode

public WaitUntilUIReady ( int timeout ) : bool
timeout int
Résultat bool

WaitUntilUIReady() public méthode

public WaitUntilUIReady ( ) : void
Résultat void