C# Class MGDF.GamesManager.MVP.Views.Impl.ProgressView

Inheritance: GamesManagerViewBase, IProgressView
Afficher le fichier Open project: mrsharpoblunto/MGDF

Méthodes publiques

Méthode Description
CloseView ( ) : void
HideProgress ( ) : void
ProgressView ( ) : System
ShowProgress ( long progress, long total ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

PauseOrResumeButton_Click ( object sender, EventArgs e ) : void
ProgressView_OnClosing ( object sender, CancelEventArgs e ) : void

Method Details

CloseView() public méthode

public CloseView ( ) : void
Résultat void

Dispose() protected méthode

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

HideProgress() public méthode

public HideProgress ( ) : void
Résultat void

ProgressView() public méthode

public ProgressView ( ) : System
Résultat System

ShowProgress() public méthode

public ShowProgress ( long progress, long total ) : void
progress long
total long
Résultat void