C# Class Gears.RegistrySave

Inheritance: IControlSave
ファイルを表示 Open project: jwatte/gears

Public Methods

Method Description
RegistrySave ( string prefix ) : System
SaveCheckBox ( string name, bool value ) : void
SaveComboBox ( string name, string value ) : void
SaveTextBox ( string name, string value ) : void

Method Details

RegistrySave() public method

public RegistrySave ( string prefix ) : System
prefix string
return System

SaveCheckBox() public method

public SaveCheckBox ( string name, bool value ) : void
name string
value bool
return void

SaveComboBox() public method

public SaveComboBox ( string name, string value ) : void
name string
value string
return void

SaveTextBox() public method

public SaveTextBox ( string name, string value ) : void
name string
value string
return void