C# Class Gears.SaveLoad

Afficher le fichier Open project: jwatte/gears

Méthodes publiques

Méthode Description
loadControl ( IControlLoad xl, Control c ) : void
saveControl ( IControlSave cs, Control c ) : void

Method Details

loadControl() public static méthode

public static loadControl ( IControlLoad xl, Control c ) : void
xl IControlLoad
c System.Windows.Forms.Control
Résultat void

saveControl() public static méthode

public static saveControl ( IControlSave cs, Control c ) : void
cs IControlSave
c System.Windows.Forms.Control
Résultat void