C# Class ThoNohT.NohBoard.Extra.GlobalSettings

Show file Open project: ThoNohT/NohBoard Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Load ( ) : bool

Loads the settings.

Save ( ) : void

Saves the settings.

Method Details

Load() public static method

Loads the settings.
public static Load ( ) : bool
return bool

Save() public static method

Saves the settings.
public static Save ( ) : void
return void