예제 #1
0
파일: frmMap.cs 프로젝트: Lannyland/IPPA
 public frmMap(frmTestModule _TM)
 {
     InitializeComponent();
     TM = _TM;
     blnCanClickSet = true;
 }
예제 #2
0
파일: frmServer.cs 프로젝트: Lannyland/IPPA
 // When Load Test Module button is pressed
 private void btnLoadTestModule_Click(object sender, EventArgs e)
 {
     frmTestModule myForm = new frmTestModule(this) ;
     myForm.Show();
 }