C# 클래스 MediaConvertGUI.ProgressWin

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

공개 메소드들

메소드 설명
ProgressWin ( ) : System
SetPercents ( double total, double currentFile, double currentPass, DateTime startTime, string fName = "", string passString = "", string totalString = "" ) : void
TimeSpanAsHMS ( TimeSpan value ) : string

보호된 메소드들

메소드 설명
Build ( ) : void
OnButtonAbortClicked ( object sender, EventArgs e ) : void
OnButtonCloseClicked ( object sender, EventArgs e ) : void

메소드 상세

Build() 보호된 메소드

protected Build ( ) : void
리턴 void

OnButtonAbortClicked() 보호된 메소드

protected OnButtonAbortClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

OnButtonCloseClicked() 보호된 메소드

protected OnButtonCloseClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

ProgressWin() 공개 메소드

public ProgressWin ( ) : System
리턴 System

SetPercents() 공개 메소드

public SetPercents ( double total, double currentFile, double currentPass, DateTime startTime, string fName = "", string passString = "", string totalString = "" ) : void
total double
currentFile double
currentPass double
startTime DateTime
fName string
passString string
totalString string
리턴 void

TimeSpanAsHMS() 공개 정적인 메소드

public static TimeSpanAsHMS ( TimeSpan value ) : string
value TimeSpan
리턴 string