示例#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);
     }
 }