C# Class MA.WindowsForms.Add_PowerFunction

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: redips789/MAprojektas Class Usage Examples

Private Properties

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

Méthodes publiques

Méthode Description
Add_PowerFunction ( 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_PowerFunction_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_PowerFunction() public méthode

public Add_PowerFunction ( 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 System.Windows.Forms.FormClosingEventArgs
Résultat void