From b12e4aff6b46327e0e92c3295a4a04434c2ea4ec Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 07 十二月 2020 11:32:42 +0800
Subject: [PATCH] Merge branch 'CJL-NEW'

---
 HDL_ON/Common/ImageUtlis.cs |   21 ++++++++-------------
 1 files changed, 8 insertions(+), 13 deletions(-)

diff --git a/HDL_ON/Common/ImageUtlis.cs b/HDL_ON/Common/ImageUtlis.cs
index 88f00e1..ce9f33e 100644
--- a/HDL_ON/Common/ImageUtlis.cs
+++ b/HDL_ON/Common/ImageUtlis.cs
@@ -1,11 +1,6 @@
 锘縰sing System;
 using Shared;
-using HDL_ON;
-using HDL_ON.UI.CSS;
 using HDL_ON.DAL.Server;
-using HDL_ON.UI;
-using System.Threading;
-using HDL_ON.Entity;
 
 namespace HDL_ON
 {
@@ -106,7 +101,7 @@
                     {
                         imageView.ImageBytes = null;
                         imageView.ImagePath = imageKey;
-                        Utlis.WriteLine("imageKey 鍔犺浇鏈湴鍥剧墖鎴愬姛");
+                        //Utlis.WriteLine("imageKey 鍔犺浇鏈湴鍥剧墖鎴愬姛");
                     }
                 }
                 else
@@ -118,7 +113,7 @@
                         if (imageView != null)
                         {
                             imageView.ImageBytes = FileUtils.ReadFile(imageKey);
-                            Utlis.WriteLine("imageKey 鍔犺浇鑷畾涔夌紦瀛樺浘鐗囨垚鍔�");
+                            //Utlis.WriteLine("imageKey 鍔犺浇鑷畾涔夌紦瀛樺浘鐗囨垚鍔�");
                         }
                     }
                     else
@@ -136,14 +131,14 @@
                                     if (imageView != null)
                                     {
                                         imageView.ImageBytes = imageBytes;
-                                        Utlis.WriteLine("imageKey 鍔犺浇浜戠涓嬭浇鍥剧墖鎴愬姛");
+                                        //Utlis.WriteLine("imageKey 鍔犺浇浜戠涓嬭浇鍥剧墖鎴愬姛");
                                     }
                                 });
                             }
                             else
                             {
                                 //2.4 涓嬭浇鏄惁锛屾槸鍚︿娇鐢ㄩ粯璁ゅ浘鐗�
-                                Utlis.WriteLine("imageKey 鍔犺浇浜戠鍥剧墖澶辫触");
+                                //Utlis.WriteLine("imageKey 鍔犺浇浜戠鍥剧墖澶辫触");
                             }
                         });
                     }
@@ -177,7 +172,7 @@
                     {
                         //imageView.ImageBytes = null;
                         frameLayout.BackgroundImagePath = imageKey;
-                        Utlis.WriteLine("imageKey 鍔犺浇鏈湴鍥剧墖鎴愬姛");
+                        //Utlis.WriteLine("imageKey 鍔犺浇鏈湴鍥剧墖鎴愬姛");
                     }
                 }
                 else
@@ -189,7 +184,7 @@
                         if (frameLayout != null)
                         {
                             frameLayout.BackgroundImagePath = imageKey;
-                            Utlis.WriteLine("imageKey 鍔犺浇鑷畾涔夌紦瀛樺浘鐗囨垚鍔�");
+                            //Utlis.WriteLine("imageKey 鍔犺浇鑷畾涔夌紦瀛樺浘鐗囨垚鍔�");
                         }
                     }
                     else
@@ -207,14 +202,14 @@
                                     if (frameLayout != null)
                                     {
                                         frameLayout.BackgroundImagePath = imageKey;
-                                        Utlis.WriteLine("imageKey 鍔犺浇浜戠涓嬭浇鍥剧墖鎴愬姛");
+                                        //Utlis.WriteLine("imageKey 鍔犺浇浜戠涓嬭浇鍥剧墖鎴愬姛");
                                     }
                                 });
                             }
                             else
                             {
                                 //2.4 涓嬭浇鏄惁锛屾槸鍚︿娇鐢ㄩ粯璁ゅ浘鐗�
-                                Utlis.WriteLine("imageKey 鍔犺浇浜戠鍥剧墖澶辫触");
+                                //Utlis.WriteLine("imageKey 鍔犺浇浜戠鍥剧墖澶辫触");
                             }
                         });
                     }

--
Gitblit v1.8.0