示例#1
0
        private void StackPanel_MouseUp(object sender, MouseButtonEventArgs e)
        {
            Mathe mathe = new Mathe();

            this.Close();
            mathe.Show();
        }
示例#2
0
        private void bttnMathe_Click(object sender, RoutedEventArgs e)
        {
            Mathe mathe = new Mathe();

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