C# Class MA.WindowsForms.Add_PowerFunction

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: redips789/MAprojektas Class Usage Examples

Private Properties

Property Type Description
AddX_Click void
Add_PowerFunction_Load void
InitializeComponent void

Public Methods

Method Description
Add_PowerFunction ( Interface_Numerator num_f ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void

Private Methods

Method 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 method

public Add_PowerFunction ( Interface_Numerator num_f ) : System
num_f Interface_Numerator
return System

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

OnFormClosing() protected method

protected OnFormClosing ( FormClosingEventArgs e ) : void
e System.Windows.Forms.FormClosingEventArgs
return void