Beispiel #1
0
        private void button6_Click(object sender, EventArgs e)
        {
            newQuestion formObj = new newQuestion();

            this.Hide();
            formObj.Show();
        }
Beispiel #2
0
        private void button6_Click(object sender, EventArgs e)
        {
            newQuestion questionObj = new newQuestion();

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