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