Пример #1
0
        //boton para regresar
        private void button1_Click_1(object sender, EventArgs e)
        {
            funciones n = new funciones();

            n.VentanaRH(this);
        }