Method | Description | |
---|---|---|
StartWorker ( ) : void |
Starts the view's background worker on its job.
|
|
SyncPresenter ( ISyncDialog view, |
Constructor for this presenter accepting two arguments.
|
Method | Description | |
---|---|---|
ProgressChanged ( object sender, |
Called when the worker reports progress has been made.
|
|
SetWorkerJob ( ) : void |
Binds the view's background worker to a specific method, depending on the type of sync requested.
|
public SyncPresenter ( ISyncDialog view, |
||
view | ISyncDialog | Form that this controls presentation for. |
info | Information about the requested sync operation. | |
return | Common.System |