Exemple #1
0
 public frmCom_OrdenPedidoPlantillaMantenimiento()
 {
     InitializeComponent();
     bus_orden        = new com_OrdenPedidoPlantilla_Bus();
     bus_departamento = new com_departamento_Bus();
     bus_detalle      = new com_OrdenPedidoPlantillaDet_Bus();
     blst_det         = new BindingList <com_OrdenPedidoPlantillaDet_Info>();
     bus_sucursal     = new tb_Sucursal_Bus();
     bus_punto_cargo  = new ct_punto_cargo_Bus();
     bus_producto     = new in_producto_Bus();
     bus_uni_medida   = new in_UnidadMedida_Bus();
     Lista_producto   = new List <in_Producto_Info>();
     event_delegate_frmCom_OrdenPedidoPlantillaMantenimiento_FormClosing += frmCom_OrdenPedidoPlantillaMantenimiento_event_delegate_frmCom_OrdenPedidoPlantillaMantenimiento_FormClosing;
 }
Exemple #2
0
 public frmCom_OrdenPedidoPlantillaConsulta()
 {
     InitializeComponent();
     bus_Orden = new com_OrdenPedidoPlantilla_Bus();
 }
Exemple #3
0
 public frmCom_OrdenPedidoPlantillaAsignar()
 {
     InitializeComponent();
     bus_Orden = new com_OrdenPedidoPlantilla_Bus();
 }