SCLS/SSWCS_JXDL(2019)/WebApplication1/Site.Master.cs
2025-05-19 09:45:29 +08:00

18 lines
330 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace WebApplication1
{
public partial class SiteMaster : System.Web.UI.MasterPage
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}