コード例 #1
0
ファイル: myQuestions.cs プロジェクト: Darrellbor/Quiznia
        private void button6_Click(object sender, EventArgs e)
        {
            newQuestion formObj = new newQuestion();

            this.Hide();
            formObj.Show();
        }
コード例 #2
0
ファイル: questionBank.cs プロジェクト: Darrellbor/Quiznia
        private void button6_Click(object sender, EventArgs e)
        {
            newQuestion questionObj = new newQuestion();

            questionObj._id = this._id;
            this.Hide();
            questionObj.Show();
        }