Exemplo n.º 1
0
 internal void RaiseConstructionStepComplete(ConstructionStepCompleteEventArgs args)
 {
     if (ConstructionStepComplete != null)
     {
         ConstructionStepComplete(this, args);
     }
 }
Exemplo n.º 2
0
 public void RaiseConstructionStepComplete(ConstructionStepCompleteEventArgs args)
 {
     if (ConstructionStepComplete != null)
     {
         ConstructionStepComplete(this, args);
     }
 }