Ejemplo n.º 1
0
        private void showprofile_Click(object sender, EventArgs e)
        {
            StudentDisplayDetails_B S = new StudentDisplayDetails_B();

            MessangePic.Hide();
            S.passValue = SD;
            S.Show();
        }
Ejemplo n.º 2
0
 private void Student_Menu_B_Load(object sender, EventArgs e)
 {
     MessangePic.Hide();
     currStudentForm = this;
     if (Massange)
     {
         MessangePic.Show();
     }
     if (SD != null)
     {
         HelloMassange.Text = "Hello " + SD.getFirstName() + " your ID " + SD.getID() + "";
     }
 }