Ejemplo n.º 1
0
 public void RaiseDeleteExecuted(DeleteExecutedEventArgs args)
 {
     if (DeleteExecuted != null)
     {
         DeleteExecuted(this, args);
     }
 }
Ejemplo n.º 2
0
 public void RaiseDeleteExecuted(DeleteExecutedEventArgs args)
 {
     if (DeleteExecuted != null)
     {
         DeleteExecuted(this, args);
     }
 }