19 lines
337 B
C#
19 lines
337 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
|
|
namespace Song.Site
|
|
{
|
|
/// <summary>
|
|
/// Contactus 的摘要说明
|
|
/// </summary>
|
|
public class Contactus : BasePage
|
|
{
|
|
|
|
protected override void InitPageTemplate(HttpContext context)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |