示例#1
0
文件: AudioBook.cs 项目: alxcp/ABCat
 static AudioBook()
 {
     TimeSpanParser = Context.I.ComponentFactory.CreateActual <INaturalTimeSpanParserPlugin>();
     BitrateParser  = Context.I.ComponentFactory.CreateActual <INaturalBitrateParserPlugin>();
 }
示例#2
0
 static FilteringLogicStandard()
 {
     TimeSpanParser = Context.I.ComponentFactory.CreateActual <INaturalTimeSpanParserPlugin>();
 }