C# 클래스 QSProjectsLib.LongOperationDlg

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

공개 메소드들

메소드 설명
OnButtonCancelClicked ( object sender, EventArgs args ) : void
ReportProgress ( int currentStep, string suboperationName ) : void
StartOperation ( Action doWork, string name, int steps, bool modal = true ) : LongOperationResult

보호된 메소드들

메소드 설명
Build ( ) : void

비공개 메소드들

메소드 설명
LongOperationDlg ( int steps ) : System

메소드 상세

Build() 보호된 메소드

protected Build ( ) : void
리턴 void

OnButtonCancelClicked() 공개 메소드

public OnButtonCancelClicked ( object sender, EventArgs args ) : void
sender object
args EventArgs
리턴 void

ReportProgress() 공개 메소드

public ReportProgress ( int currentStep, string suboperationName ) : void
currentStep int
suboperationName string
리턴 void

StartOperation() 공개 정적인 메소드

public static StartOperation ( Action doWork, string name, int steps, bool modal = true ) : LongOperationResult
doWork Action
name string
steps int
modal bool
리턴 LongOperationResult