C# Class GW2PAO.Modules.DayNight.DayNightModule

Inheritance: IModule
Mostrar archivo Open project: SamHurne/gw2pao

Private Properties

Property Type Description
Shutdown void

Public Methods

Method Description
Initialize ( ) : void

Notifies the module that it has be initialized.

Private Methods

Method Description
Shutdown ( ) : void

Performs all neccesary shutdown activities for this module

Method Details

Initialize() public method

Notifies the module that it has be initialized.
public Initialize ( ) : void
return void