C# Class MA.WindowsForms.Add_Simple_X

Afficher le fichier Open project: redips789/MAprojektas Class Usage Examples

Private Properties

Свойство Type Description
AddX_Click void
Add_Simple_X_Load void
InitializeComponent void

Méthodes publiques

Méthode Description
Add_Simple_X ( Interface_Numerator num_f ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void

Private Methods

Méthode Description
AddX_Click ( object sender, EventArgs e ) : void
Add_Simple_X_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

Method Details

Add_Simple_X() public méthode

public Add_Simple_X ( Interface_Numerator num_f ) : System
num_f Interface_Numerator
Résultat System

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

OnFormClosing() protected méthode

protected OnFormClosing ( FormClosingEventArgs e ) : void
e FormClosingEventArgs
Résultat void