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

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: AlexandrSurkov/PKStudio Class Usage Examples

Protected Properties

Свойство Type Description
config PKStudio.Tools.uVisionGenerator.Classes.HelpClasses.ConvertConfig
sol SolutionWrapper

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnError ( Exception ex ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

AfterShow() public méthode

public AfterShow ( ) : void
Résultat void

BasePage() public méthode

public BasePage ( ) : System
Résultat System

BasePage() public méthode

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

BeforeCloseOnBack() public méthode

public BeforeCloseOnBack ( ) : void
Résultat void

BeforeCloseOnNext() public méthode

public BeforeCloseOnNext ( ) : void
Résultat void

BeforeShow() public méthode

public BeforeShow ( ) : void
Résultat void

Dispose() protected méthode

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

OnError() protected méthode

protected OnError ( Exception ex ) : void
ex System.Exception
Résultat void

Property Details

config protected_oe property

protected ConvertConfig,PKStudio.Tools.uVisionGenerator.Classes.HelpClasses config
Résultat PKStudio.Tools.uVisionGenerator.Classes.HelpClasses.ConvertConfig

sol protected_oe property

protected SolutionWrapper sol
Résultat SolutionWrapper