public frmMapView(MainForm _rootForm, Form _frmGallery) { InitializeComponent(); rootForm = _rootForm; galleryForm = (frmMapTitleGallery)_frmGallery; galleryForm.Visible = false; clsGISTools.FullExtend(this.axMapControl1); }
public frmStart(MainForm _MainForm) { InitializeComponent(); mainFrm = _MainForm; }
public frmMapTitleGallery(Form _frm) { InitializeComponent(); parentForm = (MainForm)_frm; parentForm.Visible = false; }