C# Class SwarmNLP.InputFunction

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: swax/SwarmNLP Class Usage Examples

Public Properties

Property Type Description
MaxRadio System.Windows.Forms.RadioButton
MinRadio System.Windows.Forms.RadioButton

Public Methods

Method Description
GetFunctionText ( ) : string
InputFunction ( MainForm main, int dims, bool setFunction, string function ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ExitButton_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.

OkButton_Click ( object sender, EventArgs e ) : void
label1_Click ( object sender, EventArgs e ) : void

Method Details

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

GetFunctionText() public method

public GetFunctionText ( ) : string
return string

InputFunction() public method

public InputFunction ( MainForm main, int dims, bool setFunction, string function ) : System
main MainForm
dims int
setFunction bool
function string
return System

Property Details

MaxRadio public_oe property

public System.Windows.Forms.RadioButton MaxRadio
return System.Windows.Forms.RadioButton

MinRadio public_oe property

public System.Windows.Forms.RadioButton MinRadio
return System.Windows.Forms.RadioButton