Пример #1
0
 public static void LogException(Exception ex)
 {
     if (Loger != null)
     {
         Loger.LogException(ex);
     }
 }