private void BtnActualizarPago_Click(object sender, RoutedEventArgs e) { ControllerVentanas cv = new ControllerVentanas(); cv.EmbeberVentana(grdPrincipal, new UcCambiarPago()); }
private void BtnActualizarInformaicon_Click(object sender, RoutedEventArgs e) { ControllerVentanas cv = new ControllerVentanas(); cv.EmbeberVentana(grdPrincipal, new UcActInfo()); }
private void BtnComprasRecientes_Click(object sender, RoutedEventArgs e) { ControllerVentanas cv = new ControllerVentanas(); cv.EmbeberVentana(grdPrincipal, new UcComprasRecientes()); }
private void BtnCarroCompras_Click(object sender, RoutedEventArgs e) { ControllerVentanas cv = new ControllerVentanas(); cv.EmbeberVentana(grdPrincipal, new UcShoppingCart()); }
private void BtnUsuarios_Click(object sender, RoutedEventArgs e) { ControllerVentanas controllerVentana = new ControllerVentanas(); controllerVentana.StackWindows(grdPrincipal, new UcUsuario()); }
private void BtnCompras_Click(object sender, RoutedEventArgs e) { ControllerVentanas controllerVentana = new ControllerVentanas(); controllerVentana.StackWindows(grdPrincipal, new UcCategoria()); }