Пример #1
0
 public static void LogInfor(string log)
 {
     if (Loger != null)
     {
         Loger.LogInfor(log);
     }
 }