Beispiel #1
0
 public void RaiseConstructionStepStarted(ConstructionStepStartedEventArgs args)
 {
     if (ConstructionStepStarted != null)
     {
         ConstructionStepStarted(this, args);
     }
 }
Beispiel #2
0
 public void RaiseConstructionStepStarted(ConstructionStepStartedEventArgs args)
 {
     if (ConstructionStepStarted != null)
     {
         ConstructionStepStarted(this, args);
     }
 }