C# Class MediaConvertGUI.ProgressWin

Afficher le fichier Open project: petrj/MediaConvertGUI Class Usage Examples

Méthodes publiques

Méthode Description
ProgressWin ( ) : System
SetPercents ( double total, double currentFile, double currentPass, DateTime startTime, string fName = "", string passString = "", string totalString = "" ) : void
TimeSpanAsHMS ( TimeSpan value ) : string

Méthodes protégées

Méthode Description
Build ( ) : void
OnButtonAbortClicked ( object sender, EventArgs e ) : void
OnButtonCloseClicked ( object sender, EventArgs e ) : void

Method Details

Build() protected méthode

protected Build ( ) : void
Résultat void

OnButtonAbortClicked() protected méthode

protected OnButtonAbortClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

OnButtonCloseClicked() protected méthode

protected OnButtonCloseClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

ProgressWin() public méthode

public ProgressWin ( ) : System
Résultat System

SetPercents() public méthode

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
Résultat void

TimeSpanAsHMS() public static méthode

public static TimeSpanAsHMS ( TimeSpan value ) : string
value TimeSpan
Résultat string