Beispiel #1
0
        private void btnupdateproducto_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            frmupdateproducto a = new frmupdateproducto();

            a.MdiParent = this;
            a.Show();
        }
Beispiel #2
0
        private void btnupdateproducto_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            frmupdateproducto a = new frmupdateproducto();

            a.nombreEmpleado = empleado;
            a.nombreSucursal = sucursal;
            a.MdiParent      = this;
            a.Show();
        }