C# 클래스 QSProjectsLib.WaitOperationDlg

파일 보기 프로젝트 열기: QualitySolution/QSProjects 1 사용 예제들

공개 메소드들

메소드 설명
RunOperationWithDlg ( ThreadStart function, int timeout, string text = "" ) : bool
StartProgressBar ( Thread thread, int seconds ) : bool
WaitOperationDlg ( ) : System

보호된 메소드들

메소드 설명
Build ( ) : void

메소드 상세

Build() 보호된 메소드

protected Build ( ) : void
리턴 void

RunOperationWithDlg() 공개 정적인 메소드

public static RunOperationWithDlg ( ThreadStart function, int timeout, string text = "" ) : bool
function ThreadStart
timeout int
text string
리턴 bool

StartProgressBar() 공개 메소드

public StartProgressBar ( Thread thread, int seconds ) : bool
thread Thread
seconds int
리턴 bool

WaitOperationDlg() 공개 메소드

public WaitOperationDlg ( ) : System
리턴 System