示例#1
0
        private void Student_Click(object sender, RoutedEventArgs e)
        {
            StudentLogin stdWin = new StudentLogin();

            this.Close();
            stdWin.Show();
        }
        private void Button_Click(object sender, RoutedEventArgs e)
        {
            StudentLogin sl = new StudentLogin();

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