Example #1
0
 public DeletePath(MusicOptions options, long taskId, string connectionString, PlayManager pm) : base(options, taskId, connectionString, null)
 {
     this.playManager = pm;
 }