private void btn_ChangeAnswer_Click(object sender, EventArgs e) { ChangeQuestionView cq = new ChangeQuestionView("answer", this, um); cq.Show(); this.Visible = false; }
public LoginFormController(ChangeQuestionView _cp) { connection = DBData.GetDBConnection(); controlChangeQuestionView = _cp; }