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()); }