C# 클래스 GW2PAO.Modules.DayNight.DayNightViewController

상속: IDayNightViewController
파일 보기 프로젝트 열기: SamHurne/gw2pao

Private Properties

프로퍼티 타입 설명
ToggleDayNightTimer void

공개 메소드들

메소드 설명
CanOpenDayNightTimer ( ) : bool

Determines if a Day-Night timer window can be opened

Initialize ( ) : void

Displays all previously-opened windows and other windows that must be shown at startup

OpenDayNightTimer ( ) : void

Displays a new Day-Night timer window, or sets focus to the window if already visible

Shutdown ( ) : void

Closes all windows and saves the "was previously opened" state for those windows.

비공개 메소드들

메소드 설명
ToggleDayNightTimer ( ) : void

Toggles whether or not the Day-Night timer is visible

메소드 상세

CanOpenDayNightTimer() 공개 메소드

Determines if a Day-Night timer window can be opened
public CanOpenDayNightTimer ( ) : bool
리턴 bool

Initialize() 공개 메소드

Displays all previously-opened windows and other windows that must be shown at startup
public Initialize ( ) : void
리턴 void

OpenDayNightTimer() 공개 메소드

Displays a new Day-Night timer window, or sets focus to the window if already visible
public OpenDayNightTimer ( ) : void
리턴 void

Shutdown() 공개 메소드

Closes all windows and saves the "was previously opened" state for those windows.
public Shutdown ( ) : void
리턴 void