Exemplo n.º 1
0
        private void clienteToolStripMenuItem_Click(object sender, EventArgs e)
        {
            RegistroCliente pA = new RegistroCliente();

            pA.MdiParent = this;
            pA.Show();
        }
Exemplo n.º 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            RegistroCliente rc = new RegistroCliente();

            rc.MdiParent = this;
            rc.Show();
        }
Exemplo n.º 3
0
        private void btncreacliente_Click(object sender, EventArgs e)
        {
            RegistroCliente rc = new RegistroCliente();

            rc.Show();
        }
Exemplo n.º 4
0
        private void button4_Click(object sender, EventArgs e)
        {
            RegistroCliente rc = new RegistroCliente();

            rc.Show();
        }