private void btnRecord_Click(object sender, EventArgs e) { this.Hide(); SchoolFees fr3 = new SchoolFees(); fr3.ShowDialog(); }
private void button2_Click(object sender, EventArgs e) { this.Hide(); SchoolFees fr3 = new SchoolFees(); fr3.ShowDialog(); return; }