Пример #1
0
 internal void RaiseConstructionStepComplete(ConstructionStepCompleteEventArgs args)
 {
     if (ConstructionStepComplete != null)
     {
         ConstructionStepComplete(this, args);
     }
 }
Пример #2
0
 public void RaiseConstructionStepComplete(ConstructionStepCompleteEventArgs args)
 {
     if (ConstructionStepComplete != null)
     {
         ConstructionStepComplete(this, args);
     }
 }