C# Class Artemis.Settings.GeneralSettings

Inheritance: IArtemisSettings
Afficher le fichier Open project: SpoinkyNL/Artemis Class Usage Examples

Private Properties

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

Méthodes publiques

Méthode Description
ApplyAutorun ( ) : void
ApplyTheme ( ) : void
GeneralSettings ( ) : System
Reset ( bool save = false ) : void
Save ( ) : void

Private Methods

Méthode Description
ApplyGamestatePort ( ) : void

Method Details

ApplyAutorun() public méthode

public ApplyAutorun ( ) : void
Résultat void

ApplyTheme() public méthode

public ApplyTheme ( ) : void
Résultat void

GeneralSettings() public méthode

public GeneralSettings ( ) : System
Résultat System

Reset() public méthode

public Reset ( bool save = false ) : void
save bool
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void