private void AddQuestions_Click(object sender, DevComponents.DotNetBar.ClickEventArgs e) { AddQuestions addQuestions = new AddQuestions(); addQuestions.Show(); }
private void button4_Click(object sender, EventArgs e) { AddQuestions addQuestions = new AddQuestions(); addQuestions.Show(); }