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