C# Класс SwarmNLP.InputFunction

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
MaxRadio System.Windows.Forms.RadioButton
MinRadio System.Windows.Forms.RadioButton

Открытые методы

Метод Описание
GetFunctionText ( ) : string
InputFunction ( MainForm main, int dims, bool setFunction, string function ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

GetFunctionText() публичный Метод

public GetFunctionText ( ) : string
Результат string

InputFunction() публичный Метод

public InputFunction ( MainForm main, int dims, bool setFunction, string function ) : System
main MainForm
dims int
setFunction bool
function string
Результат System

Описание свойств

MaxRadio публичное свойство

public System.Windows.Forms.RadioButton MaxRadio
Результат System.Windows.Forms.RadioButton

MinRadio публичное свойство

public System.Windows.Forms.RadioButton MinRadio
Результат System.Windows.Forms.RadioButton