Ejemplo n.º 1
0
 public AimpActionResult ReloadTags(IAimpFileList files)
 {
     System.Diagnostics.Debug.WriteLine("IAimpDataStorageCommandReloadTags.ReloadTags");
     return(new AimpActionResult(ActionResultType.OK));
 }
Ejemplo n.º 2
0
 public AimpActionResult Delete(IAimpFileList files, bool physically)
 {
     System.Diagnostics.Debug.WriteLine("IAimpDataStorageCommandDeleteFiles.Delete");
     return(new AimpActionResult(ActionResultType.OK));
 }