Exemplo n.º 1
0
 private void FireNotifyMicroAction(string description)
 {
     if (this.NotifyMicroAction != null)
     {
         var eventArgs = new NotifyMicroActionEventArgs(description);
         this.NotifyMicroAction(this, eventArgs);
     }
 }
Exemplo n.º 2
0
 private void FireNotifyMicroAction(string description)
 {
     if (this.NotifyMicroAction != null)
     {
         var eventArgs = new NotifyMicroActionEventArgs(description);
         this.NotifyMicroAction(this, eventArgs);
     }
 }