예제 #1
0
 public void AñadirIngrediente(Ingrediente ingrediente)
 {
     MessageBox.Show("Se ha añadido un nuevo ingrediente, modifique sus propiedades", "Añadir ingrediente", MessageBoxButton.OK, MessageBoxImage.Information);
     BBDDService.AddIngrediente(ingrediente);
 }