C# 클래스 SnakeBite.ProgressWindow

파일 보기 프로젝트 열기: topher-au/SnakeBite 1 사용 예제들

공개 메소드들

메소드 설명
Show ( string WindowTitle, string ProgressText, System.Action WorkerFunction ) : void

메소드 상세

Show() 공개 정적인 메소드

public static Show ( string WindowTitle, string ProgressText, System.Action WorkerFunction ) : void
WindowTitle string
ProgressText string
WorkerFunction System.Action
리턴 void