C# Class Acceleratio.SPDG.UI.frm03WebApplications

Inheritance: frmWizardMaster
Mostra file Open project: Acceleratio/SPDG Class Usage Examples

Public Methods

Method Description
btnBack_Click ( object sender, EventArgs e ) : void
btnNext_Click ( object sender, EventArgs e ) : void
frm03WebApplications ( ) : 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.

frm03WebApplications_Load ( object sender, EventArgs e ) : void
loadWebApplications ( ) : void
radioButton1_CheckedChanged ( object sender, EventArgs e ) : void
radioCreateNewWebApp_CheckedChanged ( object sender, EventArgs e ) : void
toggleRadio ( ) : void
trackCreateNewWebApplication_ValueChanged ( 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

btnBack_Click() public method

public btnBack_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnNext_Click() public method

public btnNext_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

frm03WebApplications() public method

public frm03WebApplications ( ) : System
return System

loadData() public method

public loadData ( ) : void
return void

saveData() public method

public saveData ( ) : bool
return bool