C# Class Acceleratio.SPDG.UI.frm01Connect

Show file Open project: Acceleratio/SPDG Class Usage Examples

Public Methods

Method Description
frm01Connect ( bool appStart ) : System
loadData ( ) : void
saveData ( ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MoveAt ( int stepNumber, Form currentForm ) : void
MoveNext ( object fromForm ) : void
MovePrevious ( object fromForm ) : void
btnNext_Click ( object sender, EventArgs e ) : void
frm01Connect_VisibleChanged ( object sender, EventArgs e ) : void
saveForm ( object form ) : bool
setUIState ( ) : void
uiEventHandler ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

frm01Connect() public method

public frm01Connect ( bool appStart ) : System
appStart bool
return System

loadData() public method

public loadData ( ) : void
return void

saveData() public method

public saveData ( ) : bool
return bool