C# Class RemoteTech.UI.FlightComputerWindow

Inheritance: AbstractWindow
Afficher le fichier Open project: RemoteTechnologiesGroup/RemoteTech

Private Properties

Свойство Type Description
OnQueue void

Méthodes publiques

Méthode Description
FlightComputerWindow ( FlightComputer fc ) : System
Hide ( ) : void
Show ( ) : void
Window ( int id ) : void

Private Methods

Méthode Description
OnQueue ( ) : void

Method Details

FlightComputerWindow() public méthode

public FlightComputerWindow ( FlightComputer fc ) : System
fc FlightComputer
Résultat System

Hide() public méthode

public Hide ( ) : void
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

Window() public méthode

public Window ( int id ) : void
id int
Résultat void