private void Student_Info_btn_Click(object sender, EventArgs e) { Form ticketinfo = new TicketInformation(); this.Close(); ticketinfo.Show(); }
private void Class_Erollment_btn_Click(object sender, EventArgs e) { Form Ticket_Information = new TicketInformation(); this.Hide(); Ticket_Information.Show(); }