Example #1
0
        private void Button6_Click(object sender, EventArgs e)
        {
            CRQ crqTable = new CRQ();

            this.Hide();
            crqTable.ShowDialog();
        }
Example #2
0
        private void Button6_Click(object sender, EventArgs e)
        {
            CRQ CRQForm = new CRQ();

            CRQForm.Show();
            this.Hide();
        }
Example #3
0
        private void Button3_Click(object sender, EventArgs e)
        {
            CRQ CRQTable = new CRQ();

            CRQTable.Show();
            this.Hide();
        }