public Professor_change_userpass(Professor_Information professor_Information, Teacher teacher)
 {
     InitializeComponent();
     this.teacher = teacher;
     this.page    = professor_Information;
 }
예제 #2
0
        private void personal_infor_button_Click(object sender, RoutedEventArgs e)
        {
            Professor_Information information = new Professor_Information(this.teacher);

            information.Show();
        }