//close this and open this form public void closeAndOpenThisForm() { this.Close(); frmAmendFixtures thisForm = new frmAmendFixtures(); thisForm.Show(); }
private void button4_Click(object sender, EventArgs e) { this.Hide(); frmAmendFixtures x = new frmAmendFixtures(); x.Show(); }