Exemplo n.º 1
0
 private void tsmiConfig_Click(object sender, EventArgs e)
 {
     if (this.EventStaticObject != null)
     {
         frmStaticConfig f = new frmStaticConfig(EventStaticObject);
         f.ShowDialog();
     }
 }
Exemplo n.º 2
0
 private void tsmiConfig_Click(object sender, EventArgs e)
 {
     if (this.EventStaticObject != null)
     {
         frmStaticConfig f = new frmStaticConfig(EventStaticObject, MapGis);
         f.ShowDialog();
         MapGis.FlashAll();
     }
 }