C# 클래스 RemoteTech.UI.FlightComputerWindow

상속: AbstractWindow
파일 보기 프로젝트 열기: RemoteTechnologiesGroup/RemoteTech

Private Properties

프로퍼티 타입 설명
OnQueue void

공개 메소드들

메소드 설명
FlightComputerWindow ( FlightComputer fc ) : System
Hide ( ) : void
Show ( ) : void
Window ( int id ) : void

비공개 메소드들

메소드 설명
OnQueue ( ) : void

메소드 상세

FlightComputerWindow() 공개 메소드

public FlightComputerWindow ( FlightComputer fc ) : System
fc FlightComputer
리턴 System

Hide() 공개 메소드

public Hide ( ) : void
리턴 void

Show() 공개 메소드

public Show ( ) : void
리턴 void

Window() 공개 메소드

public Window ( int id ) : void
id int
리턴 void