public VPG_Almacen()
 {
     InitializeComponent();
     DataContext = new VMPG_Almacen();
     Loaded     += (x, y) =>
     {
         CHPage.AddPage(new VMP_Almacen());
     };
 }
Beispiel #2
0
 public VPG_Empresa()
 {
     InitializeComponent();
     DataContext = new VMPG_Empresa();
     Loaded     += (x, y) =>
     {
         CHPage.AddPage(new VPG_EmpresaSucursal());
         CHPage.AddPage(new VPG_Documento());
     };
 }
 public VPG_ListadoCotizacion()
 {
     InitializeComponent();
     DataContext = new VMPG_ListadoCotizacion();
     Loaded     += (x, y) => { CHPage.AddPage(new VPG_Cotizacion()); };
 }