private void tsbtn_dbg_Click(object sender, EventArgs e) { this.DebugForm = new DBGForm(this.comunicator); this.DebugForm.Show(); }