C# Class CalDavSynchronizer.Ui.ProgressForm

Inheritance: System.Windows.Forms.Form, IProgressUi
Afficher le fichier Open project: aluxnimm/outlookcaldavsynchronizer Class Usage Examples

Méthodes publiques

Méthode Description
IDisposable ( ) : void
ProgressForm ( ) : System
SetMaximun ( int value ) : void
SetMessage ( string message ) : void
SetValue ( int value ) : void

Method Details

IDisposable() public méthode

public IDisposable ( ) : void
Résultat void

ProgressForm() public méthode

public ProgressForm ( ) : System
Résultat System

SetMaximun() public méthode

public SetMaximun ( int value ) : void
value int
Résultat void

SetMessage() public méthode

public SetMessage ( string message ) : void
message string
Résultat void

SetValue() public méthode

public SetValue ( int value ) : void
value int
Résultat void