Exemplo n.º 1
0
        private void InstructorButton_Click(object sender, RoutedEventArgs e)
        {
            Admin_auth admin_Auth = new Admin_auth("instructor");

            this.Hide();
            admin_Auth.Show();
        }
Exemplo n.º 2
0
        private void Button_Click_1(object sender, RoutedEventArgs e)
        {
            Admin_auth admin_Auth = new Admin_auth("help");

            this.Hide();
            admin_Auth.Show();
        }