23 lines
410 B
C#
23 lines
410 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
using WeiSha.Common;
|
|
using Song.ServiceInterfaces;
|
|
using VTemplate.Engine;
|
|
|
|
namespace Song.Site
|
|
{
|
|
/// <summary>
|
|
/// NotFound 的摘要说明
|
|
/// </summary>
|
|
public class NotFound : BasePage
|
|
{
|
|
|
|
|
|
protected override void InitPageTemplate(HttpContext context)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |