Exemplo n.º 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            Ventana2 V = new Ventana2();

            V.cambiaNombrePokemon("Bulbasaur");
            V.Show();
        }
        private void botonVentana2(object sender, EventArgs e)
        {
            Ventana2 ventana = new Ventana2();

            ventana.Show();
        }