private void btnBack_Click(object sender, RoutedEventArgs e)
        {
            TestFunctions m = new TestFunctions();

            this.Close();
            m.Show();
        }
Example #2
0
        private void btnMore_Click(object sender, RoutedEventArgs e)
        {
            TestFunctions t = new TestFunctions();

            this.Close();
            t.Show();
        }