private void btnPopMAP_Click(object sender, EventArgs e) { if (!string.IsNullOrEmpty(cboPopulationDataSet.Text) && !string.IsNullOrEmpty(cboPopulationYear.Text)) { PopulationMap frm = new PopulationMap(); frm.PopDataset = cboPopulationDataSet.Text; frm.PopYear = cboPopulationYear.Text; frm.ShowDialog(); } }
public void Getform(PopulationMap f) { frmpopMap = f; }