C# Class CalDavSynchronizer.Ui.ProgressForm

Inheritance: System.Windows.Forms.Form, IProgressUi
显示文件 Open project: aluxnimm/outlookcaldavsynchronizer Class Usage Examples

Public Methods

Method Description
IDisposable ( ) : void
ProgressForm ( ) : System
SetMaximun ( int value ) : void
SetMessage ( string message ) : void
SetValue ( int value ) : void

Method Details

IDisposable() public method

public IDisposable ( ) : void
return void

ProgressForm() public method

public ProgressForm ( ) : System
return System

SetMaximun() public method

public SetMaximun ( int value ) : void
value int
return void

SetMessage() public method

public SetMessage ( string message ) : void
message string
return void

SetValue() public method

public SetValue ( int value ) : void
value int
return void