CapDemo.GUI.ViewQuestionShortAnswer.btn_EditQuestion_Click C# (CSharp) Method

btn_EditQuestion_Click() private method

private btn_EditQuestion_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void btn_EditQuestion_Click(object sender, EventArgs e)
        {
            btn_EditQuestion.Visible = false;
            btn_Save.Visible = true;
            txt_ContentQuestion.ReadOnly = false;
            txt_ContentAnswer.ReadOnly = false;
        }