C# Class PKStudio.Tools.uVisionGenerator.Wizard.Pages.BasePage

Inheritance: System.Windows.Forms.UserControl
Show file Open project: AlexandrSurkov/PKStudio Class Usage Examples

Protected Properties

Property Type Description
config PKStudio.Tools.uVisionGenerator.Classes.HelpClasses.ConvertConfig
sol SolutionWrapper

Public Methods

Method Description
AfterShow ( ) : void
BasePage ( ) : System
BasePage ( SolutionWrapper sol, ConvertConfig config ) : System
BeforeCloseOnBack ( ) : void
BeforeCloseOnNext ( ) : void
BeforeShow ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnError ( Exception ex ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

AfterShow() public method

public AfterShow ( ) : void
return void

BasePage() public method

public BasePage ( ) : System
return System

BasePage() public method

public BasePage ( SolutionWrapper sol, ConvertConfig config ) : System
sol SolutionWrapper
config PKStudio.Tools.uVisionGenerator.Classes.HelpClasses.ConvertConfig
return System

BeforeCloseOnBack() public method

public BeforeCloseOnBack ( ) : void
return void

BeforeCloseOnNext() public method

public BeforeCloseOnNext ( ) : void
return void

BeforeShow() public method

public BeforeShow ( ) : void
return void

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

OnError() protected method

protected OnError ( Exception ex ) : void
ex System.Exception
return void

Property Details

config protected property

protected ConvertConfig,PKStudio.Tools.uVisionGenerator.Classes.HelpClasses config
return PKStudio.Tools.uVisionGenerator.Classes.HelpClasses.ConvertConfig

sol protected property

protected SolutionWrapper sol
return SolutionWrapper