Пример #1
0
        private void BtnActualizarPago_Click(object sender, RoutedEventArgs e)
        {
            ControllerVentanas cv = new ControllerVentanas();

            cv.EmbeberVentana(grdPrincipal, new UcCambiarPago());
        }
Пример #2
0
        private void BtnActualizarInformaicon_Click(object sender, RoutedEventArgs e)
        {
            ControllerVentanas cv = new ControllerVentanas();

            cv.EmbeberVentana(grdPrincipal, new UcActInfo());
        }
Пример #3
0
        private void BtnComprasRecientes_Click(object sender, RoutedEventArgs e)
        {
            ControllerVentanas cv = new ControllerVentanas();

            cv.EmbeberVentana(grdPrincipal, new UcComprasRecientes());
        }
Пример #4
0
        private void BtnCarroCompras_Click(object sender, RoutedEventArgs e)
        {
            ControllerVentanas cv = new ControllerVentanas();

            cv.EmbeberVentana(grdPrincipal, new UcShoppingCart());
        }
Пример #5
0
        private void BtnUsuarios_Click(object sender, RoutedEventArgs e)
        {
            ControllerVentanas controllerVentana = new ControllerVentanas();

            controllerVentana.StackWindows(grdPrincipal, new UcUsuario());
        }
Пример #6
0
        private void BtnCompras_Click(object sender, RoutedEventArgs e)
        {
            ControllerVentanas controllerVentana = new ControllerVentanas();

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