C# Class SnakeBite.ProgressWindow

Afficher le fichier Open project: topher-au/SnakeBite Class Usage Examples

Méthodes publiques

Méthode Description
Show ( string WindowTitle, string ProgressText, System.Action WorkerFunction ) : void

Method Details

Show() public static méthode

public static Show ( string WindowTitle, string ProgressText, System.Action WorkerFunction ) : void
WindowTitle string
ProgressText string
WorkerFunction System.Action
Résultat void