C# Class Artemis.Settings.GeneralSettings

Inheritance: IArtemisSettings
Mostrar archivo Open project: SpoinkyNL/Artemis Class Usage Examples

Private Properties

Property Type Description
ApplyGamestatePort void

Public Methods

Method Description
ApplyAutorun ( ) : void
ApplyTheme ( ) : void
GeneralSettings ( ) : System
Reset ( bool save = false ) : void
Save ( ) : void

Private Methods

Method Description
ApplyGamestatePort ( ) : void

Method Details

ApplyAutorun() public method

public ApplyAutorun ( ) : void
return void

ApplyTheme() public method

public ApplyTheme ( ) : void
return void

GeneralSettings() public method

public GeneralSettings ( ) : System
return System

Reset() public method

public Reset ( bool save = false ) : void
save bool
return void

Save() public method

public Save ( ) : void
return void