Exemplo n.º 1
0
        private void ArrowLeftMouseDown(object sender, MouseButtonEventArgs e)
        {
            Excercise1 excercise11 = new Excercise1();

            Close();
            excercise11.ShowDialog();
        }
Exemplo n.º 2
0
        private void ArrowRightButtonDown(object sender, MouseButtonEventArgs e)
        {
            Excercise1 ex1 = new Excercise1();

            Close();
            ex1.ShowDialog();
        }