Method | Description | |
---|---|---|
ShowSearchDialog ( |
Initializes a new instance of the ShowSearchDialog class.
|
|
StartTaskProgress ( IProgressTask task, string taskName ) : void |
Starts the progress indication for the specified Project Task.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
CloseButtonClick ( object sender, |
Handles the Close button being clicked.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ListResultsDoubleClick ( object sender, |
Handles the list of results being double clicked.
|
|
PropertyChanged ( object sender, |
Handles a property of the controller changing.
|
|
SearchButtonClick ( object sender, |
Handles the Search button being clicked.
|
|
SelectButtonClick ( object sender, |
Handles the Select button being clicked.
|
|
ShowSearchDialogLoad ( object sender, |
Handles the dialog loading.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | /// true if managed resources should be disposed; otherwise, false. /// |
return | void |
public ShowSearchDialog ( |
||
controller | /// The controller. /// | |
return | System |
public StartTaskProgress ( IProgressTask task, string taskName ) : void | ||
task | IProgressTask | /// The task. /// |
taskName | string | /// The task name. /// |
return | void |