Example #1
0
 public void Run()
 {
     try
     {
         _task(this);
     }
     finally
     {
         Complete.Raise(this, EventArgs.Empty);
     }
 }