Exemple #1
0
 public OCL.PlayList CreateNewPlayList(string Name, string FileImage)
 {
     OCL.Functions F = new OCL.Functions();
     return F.CreateNewPlayList(Name,FileImage,mvarID);
 }