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