C# Класс GW2PAO.Modules.DayNight.DayNightViewController

Наследование: IDayNightViewController
Показать файл Открыть проект

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