private void btQuestions_Click(object sender, RoutedEventArgs e)
 {
     WindowEditUpdateQuestion wd = new WindowEditUpdateQuestion(ConnectionString);
     wd.Show();
 }
Beispiel #2
0
        private void btQuestions_Click(object sender, RoutedEventArgs e)
        {
            WindowEditUpdateQuestion wd = new WindowEditUpdateQuestion(ConnectionString);

            wd.Show();
        }