Beispiel #1
0
        private void financesBtn_Click(object sender, EventArgs e)
        {
            this.Hide();
            Student_Finance_List studFinList = new Student_Finance_List();

            studFinList.Show();
        }
 private void pictureBox2_Click(object sender, EventArgs e)
 {
     if (labelUser.Text == "Admin")
     {
         this.Hide();
         Student_Finance_List studFinance = new Student_Finance_List();
         studFinance.Show();
     }
 }