Méthode | Description | |
---|---|---|
ListDialog ( |
Initializes a new instance of the ListDialog class.
|
|
StartTaskProgress ( IProgressTask task, string taskName ) : void |
Starts the progress indication for the specified Project Task.
|
Méthode | Description | |
---|---|---|
AddButtonClick ( object sender, |
Handles Add button being clicked.
|
|
CloseButtonClick ( object sender, |
Handles the close button being clicked.
|
|
ListDialogLoad ( object sender, |
Handles the List dialog loading.
|
|
PropertyChanged ( object sender, |
Handles the event for a property changing in the controller.
|
|
RemoveButtonClick ( object sender, |
Handles the Remove button being clicked.
|
|
SaveButtonClick ( object sender, |
Handles the Save button being clicked.
|
public ListDialog ( |
||
listController | /// The list controller. /// | |
Résultat | System |
public StartTaskProgress ( IProgressTask task, string taskName ) : void | ||
task | IProgressTask | /// The task. /// |
taskName | string | /// The task name. /// |
Résultat | void |