protected override void RunPlayList(string playList) { m_plan = new CastPlan(playList); PlayVideos(m_plan.PlayList); }
protected override void RunPlayList(string playList) { m_plan = new CastPlan(playList); this.flashHelper.SendtoFlash("ChangeDes", "0"); }
public void GetPlayListbyConfig() { CastPlan cp = new CastPlan(Application.StartupPath + "\\playlist.xml"); }