using System; using System.Collections.Generic; using System.Linq; using System.Web; using WeiSha.Common; using Song.ServiceInterfaces; using VTemplate.Engine; using System.Data; using System.Net; using System.IO; namespace Song.Site { /// /// 课程中心 /// public class CourseChannel : BasePage { protected override void InitPageTemplate(HttpContext context) { } } }