Example #1
0
        private void Student_Info_btn_Click(object sender, EventArgs e)
        {
            Form ticketinfo = new TicketInformation();

            this.Close();
            ticketinfo.Show();
        }
Example #2
0
        private void Class_Erollment_btn_Click(object sender, EventArgs e)
        {
            Form Ticket_Information = new TicketInformation();

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