public frmMap(frmTestModule _TM) { InitializeComponent(); TM = _TM; blnCanClickSet = true; }
// When Load Test Module button is pressed private void btnLoadTestModule_Click(object sender, EventArgs e) { frmTestModule myForm = new frmTestModule(this) ; myForm.Show(); }