Пример #1
0
        private void AddQuestions_Click(object sender, DevComponents.DotNetBar.ClickEventArgs e)
        {
            AddQuestions addQuestions = new AddQuestions();

            addQuestions.Show();
        }
Пример #2
0
        private void button4_Click(object sender, EventArgs e)
        {
            AddQuestions addQuestions = new AddQuestions();

            addQuestions.Show();
        }