C# Class Case.ObjectStyles.UI.form_Main

Afficher le fichier Open project: WeConnect/case-apps Class Usage Examples

Méthodes publiques

Méthode Description
form_Main ( clsSettings s ) : System

Constructor

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AnalyticalCatCheck_CheckedChanged ( object sender, EventArgs e ) : void
AnnotationCatCheck_CheckedChanged ( object sender, EventArgs e ) : void
FamSourceCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
HelpButton_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

ModelCatCheck_CheckedChanged ( object sender, EventArgs e ) : void
ProcessData ( ) : void

Get the Data

buttonCancel_Click ( object sender, EventArgs e ) : void

Close

buttonOk_Click ( object sender, EventArgs e ) : void

OK

Method Details

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

form_Main() public méthode

Constructor
public form_Main ( clsSettings s ) : System
s Case.ObjectStyles.Data.clsSettings
Résultat System