Esempio n. 1
0
        private void buttonMODIFICAR_Click(object sender, EventArgs e)
        {
            ModificarClienteVista Ml = new ModificarClienteVista(this);

            Ml.Show();
            this.Hide();
        }
 private void button3_Click(object sender, EventArgs e)
 {
     mcli.BusquedadYLlenarGrilla();
     mcli.Show();
     this.Close();
 }