private void btnBlackbook_Click(object sender, EventArgs e) { this.Hide(); AttendFormInstruct ob = new AttendFormInstruct(); ob.ShowDialog(); this.Close(); }
private void button13_Click_1(object sender, EventArgs e) { this.Hide(); AttendFormInstruct ob = new AttendFormInstruct(); ob.ShowDialog(); this.Close(); }