Exemplo n.º 1
0
        private void Button6_Click(object sender, EventArgs e)
        {
            CRQ crqTable = new CRQ();

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

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

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