예제 #1
0
 private void tsbtn_dbg_Click(object sender, EventArgs e)
 {
     this.DebugForm = new DBGForm(this.comunicator);
     this.DebugForm.Show();
 }
예제 #2
0
파일: Form1.cs 프로젝트: kumencz/fiscopter
 private void tsbtn_dbg_Click(object sender, EventArgs e)
 {
     this.DebugForm = new DBGForm(this.comunicator);
     this.DebugForm.Show();
 }