Exemplo n.º 1
0
        private void agregarRegistroToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form _fAgregar = new FAgregarCliente();

            _fAgregar.ShowDialog();
            this.Close();
        }
Exemplo n.º 2
0
        private void bClientes_Click(object sender, EventArgs e)
        {
            Form _fAgregar = new FAgregarCliente();

            _fAgregar.ShowDialog();
            this.Close();
        }