C# Class Patcher.Display

Afficher le fichier Open project: unforbidable/patcher

Méthodes publiques

Méthode Description
Choice ( string message ) : ChoiceOption
ClearProblems ( ) : void
ShowProblems ( string title, string text ) : void
StartProgress ( string completionMessage ) : Progress
WriteText ( string format ) : void

Private Methods

Méthode Description
CurrentProgess_Disposed ( object sender, EventArgs e ) : void
DoWriteText ( string text ) : void
SetDisplay ( IDisplay display ) : void

Method Details

Choice() public static méthode

public static Choice ( string message ) : ChoiceOption
message string
Résultat ChoiceOption

ClearProblems() public static méthode

public static ClearProblems ( ) : void
Résultat void

ShowProblems() public static méthode

public static ShowProblems ( string title, string text ) : void
title string
text string
Résultat void

StartProgress() public static méthode

public static StartProgress ( string completionMessage ) : Progress
completionMessage string
Résultat Progress

WriteText() public static méthode

public static WriteText ( string format ) : void
format string
Résultat void