Exemplo n.º 1
0
 public void OnCreate(IApplication hook)
 {
     if (hook != null)
     {
         this.hk                = hook;
         rasterReClass1         = new RasterReClass(hook.MapControl.Map);
         rasterReClass1.Visible = false;
     }
 }
Exemplo n.º 2
0
 public void OnCreate(IApplication hook)
 {
     if (hook != null)
     {
         this.hk = hook;
         rasterReClass1 = new RasterReClass(hook.MapControl.Map);
         rasterReClass1.Visible = false;
     }
 }