コード例 #1
0
        private void btnBack_Click(object sender, RoutedEventArgs e)
        {
            TraineeFunctions m = new TraineeFunctions();

            this.Close();
            m.Show();
        }
コード例 #2
0
        private void btnMore_Click(object sender, RoutedEventArgs e)
        {
            TraineeFunctions t = new TraineeFunctions();

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