C# 클래스 Patcher.Display

파일 보기 프로젝트 열기: unforbidable/patcher

공개 메소드들

메소드 설명
Choice ( string message ) : ChoiceOption
ClearProblems ( ) : void
ShowProblems ( string title, string text ) : void
StartProgress ( string completionMessage ) : Progress
WriteText ( string format ) : void

비공개 메소드들

메소드 설명
CurrentProgess_Disposed ( object sender, EventArgs e ) : void
DoWriteText ( string text ) : void
SetDisplay ( IDisplay display ) : void

메소드 상세

Choice() 공개 정적인 메소드

public static Choice ( string message ) : ChoiceOption
message string
리턴 ChoiceOption

ClearProblems() 공개 정적인 메소드

public static ClearProblems ( ) : void
리턴 void

ShowProblems() 공개 정적인 메소드

public static ShowProblems ( string title, string text ) : void
title string
text string
리턴 void

StartProgress() 공개 정적인 메소드

public static StartProgress ( string completionMessage ) : Progress
completionMessage string
리턴 Progress

WriteText() 공개 정적인 메소드

public static WriteText ( string format ) : void
format string
리턴 void