C# Class DownloadProgressForm, monodevelop-wakatime

Inheritance: Window, IDownloadProgressReporter
Afficher le fichier Open project: CodeCavePro/monodevelop-wakatime Class Usage Examples

Méthodes publiques

Méthode Description
Close ( AsyncCompletedEventArgs e ) : void
DownloadProgressForm ( Window parent ) : System
OnDeleteEvent ( object sender, GLib.SignalArgs a ) : void
Report ( DownloadProgressChangedEventArgs e ) : void
Show ( string message = "" ) : void

Méthodes protégées

Méthode Description
Build ( ) : void

Method Details

Build() protected méthode

protected Build ( ) : void
Résultat void

Close() public méthode

public Close ( AsyncCompletedEventArgs e ) : void
e AsyncCompletedEventArgs
Résultat void

DownloadProgressForm() public méthode

public DownloadProgressForm ( Window parent ) : System
parent Window
Résultat System

OnDeleteEvent() public méthode

public OnDeleteEvent ( object sender, GLib.SignalArgs a ) : void
sender object
a GLib.SignalArgs
Résultat void

Report() public méthode

public Report ( DownloadProgressChangedEventArgs e ) : void
e DownloadProgressChangedEventArgs
Résultat void

Show() public méthode

public Show ( string message = "" ) : void
message string
Résultat void