Пример #1
0
 private static void OnBuildingIdentificationStatusChanged(object sender, BuildingIdentificationEventArgs wse)
 {
     if (OnBuildingIdentificationChange != null) //any listeners?
     {
         OnBuildingIdentificationChange(sender, wse);
     }
 }
Пример #2
0
 private static void OnBuildingIdentificationStatusChanged(object sender, BuildingIdentificationEventArgs wse)
 {
     if (OnBuildingIdentificationChange != null) //any listeners?
     {
         OnBuildingIdentificationChange(sender, wse);
     }
 }