C# Class AVaRICEDebugPackage.AVaRICEDebugSettingsControl

Inheritance: System.Windows.Forms.UserControl, ICustomBSPConfigurator2
Show file Open project: sysprogs/BSPTools

Public Methods

Method Description
AVaRICEDebugSettingsControl ( DebugMethod method, string bspDir ) : System
SetComboBoxValue ( ComboBox comboBox, string val ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Method Details

AVaRICEDebugSettingsControl() public method

public AVaRICEDebugSettingsControl ( DebugMethod method, string bspDir ) : System
method DebugMethod
bspDir string
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

SetComboBoxValue() public static method

public static SetComboBoxValue ( ComboBox comboBox, string val ) : void
comboBox System.Windows.Forms.ComboBox
val string
return void