Exemplo n.º 1
0
        private void tabelasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form_Tables F_T = new Form_Tables();

            F_T.MdiParent = this;
            F_T.Show();
        }
Exemplo n.º 2
0
        private void button_tables_Click(object sender, EventArgs e)
        {
            Form_Tables tables = new Form_Tables(this);

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