C# Class Ctrl_Space.Helpers.Config

ファイルを表示 Open project: vkd/Ctrl-Space

Public Methods

Method Description
Config ( string filename = null ) : System
Load ( ) : void
Save ( ) : void

Private Methods

Method Description
ParseResolution ( string value ) : Point

Method Details

Config() public method

public Config ( string filename = null ) : System
filename string
return System

Load() public method

public Load ( ) : void
return void

Save() public method

public Save ( ) : void
return void