Example #1
0
 public void ShowNetEntityPropertyFormMsg(GeoShowNetEntityFormEventArgs args)
 {
     if (this.ShowNetEntityPropertyFormEvent != null)
     {
         this.ShowNetEntityPropertyFormEvent(args);
     }
 }
Example #2
0
 private void GisINetEntity_ShowNetEntityPropertyFormEvent(GeoShowNetEntityFormEventArgs args)
 {
     this.SiteProperty(args.m_siteID);
 }