示例#1
0
 public override void InitializeComponent(ICore core)
 {
     this.Parser = new CueSheetParser();
     this.Parser.InitializeComponent(core);
     this.Factory = new CueSheetPlaylistItemFactory();
     this.Factory.InitializeComponent(core);
     base.InitializeComponent(core);
 }
示例#2
0
 public override void InitializeComponent(ICore core)
 {
     this.PlaylistManager = core.Managers.Playlist;
     this.PlaylistBrowser = core.Components.PlaylistBrowser;
     this.Parser          = new CueSheetParser();
     this.Parser.InitializeComponent(core);
     this.Factory = new CueSheetPlaylistItemFactory();
     this.Factory.InitializeComponent(core);
     base.InitializeComponent(core);
 }