Property | Type | Description | |
---|---|---|---|
BackgroundWorker1_DoWork | void | ||
BackgroundWorker1_RunWorkerCompleted | void | ||
BrowseSolutions_FormClosing | void | ||
BtnFind_Click | void | ||
BtnSelectLabel_Click | void | ||
GdvTFSLabels_CellMouseDoubleClick | void | ||
GetSelectedCriteria | void | ||
InitializeComponent | void |
Method | Description | |
---|---|---|
BrowseSolutions ( string tfsUrl, |
Initializes a new instance of the BrowseSolutions class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
BackgroundWorker1_DoWork ( object sender, |
Handles the DoWork event of the backgroundWorker1 control.
|
|
BackgroundWorker1_RunWorkerCompleted ( object sender, |
Handles the RunWorkerCompleted event of the backgroundWorker1 control.
|
|
BrowseSolutions_FormClosing ( object sender, |
||
BtnFind_Click ( object sender, |
Handles the Click event of the btnFind control.
|
|
BtnSelectLabel_Click ( object sender, |
Handles the Click event of the btnSelectLabel control.
|
|
GdvTFSLabels_CellMouseDoubleClick ( object sender, System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void |
Handles the CellMouseDoubleClick event of the gdvTFSLabels control.
|
|
GetSelectedCriteria ( ) : void |
Gets the selected criteria.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
public BrowseSolutions ( string tfsUrl, |
||
tfsUrl | string | The TFS URL. |
searchCriteria | The search criteria. | |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |