Méthode | Description | |
---|---|---|
Choice ( string message ) : ChoiceOption | ||
ClearProblems ( ) : void | ||
ShowProblems ( string title, string text ) : void | ||
StartProgress ( string completionMessage ) : Progress | ||
WriteText ( string format ) : void |
Méthode | Description | |
---|---|---|
CurrentProgess_Disposed ( object sender, |
||
DoWriteText ( string text ) : void | ||
SetDisplay ( IDisplay display ) : void |
public static Choice ( string message ) : ChoiceOption | ||
message | string | |
Résultat | ChoiceOption |
public static ShowProblems ( string title, string text ) : void | ||
title | string | |
text | string | |
Résultat | void |
public static StartProgress ( string completionMessage ) : Progress | ||
completionMessage | string | |
Résultat | Progress |
public static WriteText ( string format ) : void | ||
format | string | |
Résultat | void |