Property | Type | Description | |
---|---|---|---|
AddX_Click | void | ||
Add_Simple_X_Load | void | ||
InitializeComponent | void |
Method | Description | |
---|---|---|
Add_Simple_X ( Interface_Numerator num_f ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnFormClosing ( FormClosingEventArgs e ) : void |
Method | 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.
|
public Add_Simple_X ( Interface_Numerator num_f ) : System | ||
num_f | Interface_Numerator | |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnFormClosing ( FormClosingEventArgs e ) : void | ||
e | FormClosingEventArgs | |
return | void |