Example #1
0
        private void QueryQuestions_Click(object sender, RoutedEventArgs e)
        {
            // Event handler for when the user clicks the QueryQuestion button
            QuestionsQueryandRemoval query_question = new QuestionsQueryandRemoval();

            query_question.Show();
        }
Example #2
0
 private void QueryQuestions_Click(object sender, RoutedEventArgs e)
 {
     // Event handler for when the user clicks the QueryQuestion button
     QuestionsQueryandRemoval query_question = new QuestionsQueryandRemoval();
     query_question.Show();
 }