Ejemplo n.º 1
0
 public void DoWork()
 {
     //...
     _notificationObject.Progress(100);
     _notificationObject.Done();
 }