示例#1
0
文件: frmMap.cs 项目: Lannyland/IPPA
 public frmMap(frmTestModule _TM)
 {
     InitializeComponent();
     TM = _TM;
     blnCanClickSet = true;
 }
示例#2
0
 // When Load Test Module button is pressed
 private void btnLoadTestModule_Click(object sender, EventArgs e)
 {
     frmTestModule myForm = new frmTestModule(this) ;
     myForm.Show();
 }