C# Class AVaRICEDebugPackage.AVaRICEDebugSettingsControl

Inheritance: System.Windows.Forms.UserControl, ICustomBSPConfigurator2
Afficher le fichier Open project: sysprogs/BSPTools

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public AVaRICEDebugSettingsControl ( DebugMethod method, string bspDir ) : System
method DebugMethod
bspDir string
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

SetComboBoxValue() public static méthode

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