示例#1
0
 public void OnClick()
 {
     if (this.hk == null)
     {
         return;
     }
     if (this.hk.MapControl.Map.LayerCount > 0)
     {
         ProportionalSymbols ProportionalSymbols = new ProportionalSymbols(this.hk);
         ProportionalSymbols.Show(this.hk as System.Windows.Forms.IWin32Window);
     }
 }
 public void OnClick()
 {
     if (this.hk == null) return;
     if (this.hk.MapControl.Map.LayerCount > 0)
     {
         ProportionalSymbols ProportionalSymbols = new ProportionalSymbols(this.hk);
         ProportionalSymbols.Show(this.hk as System.Windows.Forms.IWin32Window);
     }
 }