C# Class Gears.XmlSave

Inheritance: IControlSave
Afficher le fichier Open project: jwatte/gears Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public SaveCheckBox ( string name, bool value ) : void
name string
value bool
Résultat void

SaveComboBox() public méthode

public SaveComboBox ( string name, string value ) : void
name string
value string
Résultat void

SaveTextBox() public méthode

public SaveTextBox ( string name, string value ) : void
name string
value string
Résultat void

XmlSave() public méthode

public XmlSave ( StreamWriter writer ) : System
writer System.IO.StreamWriter
Résultat System