C# Class Cindeck.Core.AppConfig

显示文件 Open project: noelex/Cindeck Class Usage Examples

Private Properties

Property Type Description
AppConfig System

Public Methods

Method Description
GetNextLid ( ) : int
Load ( ) : AppConfig
Reset ( ) : void
Save ( ) : void

Private Methods

Method Description
AppConfig ( ) : System

Method Details

GetNextLid() public method

public GetNextLid ( ) : int
return int

Load() public static method

public static Load ( ) : AppConfig
return AppConfig

Reset() public static method

public static Reset ( ) : void
return void

Save() public method

public Save ( ) : void
return void