Example #1
0
 public static string realTime_LogFilePath(this Tracking_Application tracking)
 {
     return((tracking.notNull()) ? tracking.RealTime_LogFilePath : null);
 }