コード例 #1
0
ファイル: ItemSABnzbd.cs プロジェクト: Rudu-be/tvrename
 public ItemSABnzbd(SAB.queueSlotsSlot qss, ProcessedEpisode pe, string desiredLocationNoExt)
 {
     this.Episode = pe;
     this.DesiredLocationNoExt = desiredLocationNoExt;
     this.Entry = qss;
 }
コード例 #2
0
ファイル: ItemSABnzbd.cs プロジェクト: madams74/tvrename
 public ItemSABnzbd(SAB.queueSlotsSlot qss, ProcessedEpisode pe, string desiredLocationNoExt)
 {
     this.Episode = pe;
     this.DesiredLocationNoExt = desiredLocationNoExt;
     this.Entry = qss;
 }