Ejemplo n.º 1
0
        private void buttonALTA_Click(object sender, EventArgs e)
        {
            AltaCliente al = new AltaCliente(null, false, this, true);

            al.Show();
            this.Hide();
        }
Ejemplo n.º 2
0
        private void buttonALTA_Click(object sender, EventArgs e)
        {
            AltaCliente al = new AltaCliente();

            al.Show();
        }