コード例 #1
0
ファイル: BaseModification.cs プロジェクト: b0wter/Podfilter
 protected BasePodcastElementModification(string xPathSelector, XElementModification modification)
     : this(new XPathPodcastElementProvider(xPathSelector), modification)
 {
     //
 }
コード例 #2
0
ファイル: BaseModification.cs プロジェクト: b0wter/Podfilter
 protected BasePodcastElementModification(IPodcastElementProvider provider, XElementModification modification)
 {
     _elementProvider     = provider;
     _contentModification = modification;
 }