C# Класс AVaRICEDebugPackage.AVaRICEDebugSettingsControl

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

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

Метод Описание
AVaRICEDebugSettingsControl ( DebugMethod method, string bspDir ) : System
SetComboBoxValue ( ComboBox comboBox, string val ) : void

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

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

Clean up any resources being used.

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

Метод Описание
HandleSettingsChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnDetect_Click ( object sender, EventArgs e ) : void
btnTest_Click ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void

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

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

public AVaRICEDebugSettingsControl ( DebugMethod method, string bspDir ) : System
method DebugMethod
bspDir string
Результат System

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

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

SetComboBoxValue() публичный статический Метод

public static SetComboBoxValue ( ComboBox comboBox, string val ) : void
comboBox System.Windows.Forms.ComboBox
val string
Результат void