C# Class Gears.SaveLoad

Exibir arquivo Open project: jwatte/gears

Public Methods

Method Description
loadControl ( IControlLoad xl, Control c ) : void
saveControl ( IControlSave cs, Control c ) : void

Method Details

loadControl() public static method

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

saveControl() public static method

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