public void ResetWarningList()
 {
     try
     {
         WarningList.Clear();
     }
     catch (Exception ex)
     {
     }
 }
Exemplo n.º 2
0
 public void ResetWarningList()
 {
     try
     {
         WarningList.Clear();
     }
     catch (Exception ex)
     {
         WebErrorLog.ErrorInstence.StartErrorLog(ex);
     }
 }