public StatisticsForm(MapForm parent) { this.parent = parent; InitializeComponent(); }
private void btnMapForm_Click(object sender, EventArgs e) { MapForm frm = new MapForm(); frm.Show(); }