Exemple #1
0
 private void btnCargar_Click(object sender, EventArgs e)
 {
     VentanaClientes productWindow = new VentanaClientes(this);
     productWindow.Show();
 }
Exemple #2
0
        private void btnCargar_Click(object sender, EventArgs e)
        {
            VentanaClientes productWindow = new VentanaClientes(this);

            productWindow.Show();
        }