using System; using System.Collections.Generic; using System.Linq; using System.Web; using WeiSha.Common; using Song.ServiceInterfaces; using VTemplate.Engine; namespace Song.Site { /// /// NotFound 的摘要说明 /// public class NotFound : BasePage { protected override void InitPageTemplate(HttpContext context) { } } }