Esempio n. 1
0
        private void prcsTransferencia_Load(object sender, EventArgs e)
        {
            userPrincipal frm = new userPrincipal();

            pnlCargar.Controls.Add(frm);
        }
Esempio n. 2
0
        private void prcsDepreciacion_Load(object sender, EventArgs e)
        {
            userPrincipal frm = new userPrincipal();

            pnlCargar.Controls.Add(frm);
        }
Esempio n. 3
0
        private void prcsBajasActivos_Load(object sender, EventArgs e)
        {
            userPrincipal clss = new userPrincipal();

            pnlCargar.Controls.Add(clss);
        }