Ejemplo n.º 1
0
 private void tsbtn_dbg_Click(object sender, EventArgs e)
 {
     this.DebugForm = new DBGForm(this.comunicator);
     this.DebugForm.Show();
 }
Ejemplo n.º 2
0
 private void tsbtn_dbg_Click(object sender, EventArgs e)
 {
     this.DebugForm = new DBGForm(this.comunicator);
     this.DebugForm.Show();
 }