Example #1
0
 public bool AddIndexPlayFile(Int32 Line, byte[] FileName)
 {
     lock (syncObj)
     {
         return(D160X.AddIndexPlayFile(Line, FileName));
     }
 }