Exemplo n.º 1
0
        public void Button_Click_3(object sender, RoutedEventArgs e)
        {
            MathimathicTest a = new MathimathicTest();

            a.Show();
        }
Exemplo n.º 2
0
        public void MathimathicClick(object sender, RoutedEventArgs e)
        {
            MathimathicTest math = new MathimathicTest();

            math.Show();
        }