Иван Прытов 8 月之前
父節點
當前提交
8a788cb788
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GGwp/Guest.xaml.cs

+ 1 - 1
GGwp/Guest.xaml.cs

@@ -73,7 +73,7 @@ namespace GGwp
             Product pr = DB.Product.Where(x => x.ProductArticleNumber == Article).FirstOrDefault();
             if (pr.ProductMaxDiscountAmount > 15)
             {
-                bgr.Background = (SolidColorBrush)new BrushConverter().ConvertFrom("#7fff00");
+                bgr.Background = (SolidColorBrush)new BrushConverter().ConvertFrom("LightGreen");
             }
         }