Example #1
0
        //close this and open this form
        public void closeAndOpenThisForm()
        {
            this.Close();

            frmAmendFixtures thisForm = new frmAmendFixtures();

            thisForm.Show();
        }
Example #2
0
        private void button4_Click(object sender, EventArgs e)
        {
            this.Hide();

            frmAmendFixtures x = new frmAmendFixtures();

            x.Show();
        }