Exemplo n.º 1
0
        private void giveAttendance_Click(object sender, EventArgs e)
        {
            TemporaryAttendance tm = new TemporaryAttendance();

            tm.Show();
        }
Exemplo n.º 2
0
 private void giveAttendance_Click(object sender, EventArgs e)
 {
     TemporaryAttendance tm = new TemporaryAttendance();
     tm.Show();
 }