public void ResetWarningList()
 {
     try
     {
         WarningList.Clear();
     }
     catch (Exception ex)
     {
     }
 }
예제 #2
0
 public void ResetWarningList()
 {
     try
     {
         WarningList.Clear();
     }
     catch (Exception ex)
     {
         WebErrorLog.ErrorInstence.StartErrorLog(ex);
     }
 }