Exemplo n.º 1
0
        private void btnGeoUpdate_Click(object sender, EventArgs e)
        {
            GeoUpdateDlg gudlg = new GeoUpdateDlg();

            gudlg.ShowDialog();
        }
Exemplo n.º 2
0
 public GeoUpdateParameterSetDlg(GeoUpdateDlg f)
 {
     InitializeComponent();
     this.f = f;
 }