C# 클래스 TeaseAI_CE.UI.frmLoading

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: TeaseAI/TeaseAI-CE 1 사용 예제들

공개 메소드들

메소드 설명
Status ( float percent, string message ) : void
SubStatus ( string message ) : void
frmLoading ( LoadDelegate load ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

finish ( bool result ) : void
frmLoading_FormClosing ( object sender, FormClosingEventArgs e ) : void
frmLoading_Shown ( object sender, EventArgs e ) : void
precentToValue ( float percent, int min, int max ) : int

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Status() 공개 메소드

public Status ( float percent, string message ) : void
percent float
message string
리턴 void

SubStatus() 공개 메소드

public SubStatus ( string message ) : void
message string
리턴 void

frmLoading() 공개 메소드

public frmLoading ( LoadDelegate load ) : System
load LoadDelegate
리턴 System