Метод | Описание | |
---|---|---|
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 |
protected OnButtonAbortClicked ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
Результат | void |
protected OnButtonCloseClicked ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
Результат | void |
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 |
public static TimeSpanAsHMS ( TimeSpan value ) : string | ||
value | TimeSpan | |
Результат | string |