Exemplo n.º 1
0
        private void BtnActualizarPago_Click(object sender, RoutedEventArgs e)
        {
            ControllerVentanas cv = new ControllerVentanas();

            cv.EmbeberVentana(grdPrincipal, new UcCambiarPago());
        }
Exemplo n.º 2
0
        private void BtnActualizarInformaicon_Click(object sender, RoutedEventArgs e)
        {
            ControllerVentanas cv = new ControllerVentanas();

            cv.EmbeberVentana(grdPrincipal, new UcActInfo());
        }
Exemplo n.º 3
0
        private void BtnComprasRecientes_Click(object sender, RoutedEventArgs e)
        {
            ControllerVentanas cv = new ControllerVentanas();

            cv.EmbeberVentana(grdPrincipal, new UcComprasRecientes());
        }
Exemplo n.º 4
0
        private void BtnCarroCompras_Click(object sender, RoutedEventArgs e)
        {
            ControllerVentanas cv = new ControllerVentanas();

            cv.EmbeberVentana(grdPrincipal, new UcShoppingCart());
        }
Exemplo n.º 5
0
        private void BtnUsuarios_Click(object sender, RoutedEventArgs e)
        {
            ControllerVentanas controllerVentana = new ControllerVentanas();

            controllerVentana.StackWindows(grdPrincipal, new UcUsuario());
        }
Exemplo n.º 6
0
        private void BtnCompras_Click(object sender, RoutedEventArgs e)
        {
            ControllerVentanas controllerVentana = new ControllerVentanas();

            controllerVentana.StackWindows(grdPrincipal, new UcCategoria());
        }