Méthode | Description | |
---|---|---|
Add ( string item ) : void |
Adds an item to the list.
|
|
Initialise ( IView view ) : void |
Initialises the controller.
|
|
ListController ( IList |
Initializes a new instance of the ListController class.
|
|
Remove ( string item ) : void |
Removes an item from the list.
|
public Initialise ( IView view ) : void | ||
view | IView | /// The view the controller is for. /// |
Résultat | void |
public ListController ( IList |
||
list | IList |
/// The list. /// |
dialogTitle | string | /// The dialog title. /// |
Résultat | System.Collections.Generic |
public Remove ( string item ) : void | ||
item | string | /// The item. /// |
Résultat | void |