C# Class Gears.XmlSave

Inheritance: IControlSave
Exibir arquivo Open project: jwatte/gears Class Usage Examples

Public Methods

Method Description
SaveCheckBox ( string name, bool value ) : void
SaveComboBox ( string name, string value ) : void
SaveTextBox ( string name, string value ) : void
XmlSave ( StreamWriter writer ) : System

Method Details

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

XmlSave() public method

public XmlSave ( StreamWriter writer ) : System
writer System.IO.StreamWriter
return System