Files
17168ERP/web/admin/Templates/Template003/MasterPage.master.cs
2025-08-29 01:27:25 +08:00

15 lines
314 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class admin_Templates_Template003_MasterPage : MyWeb.master
{
protected void Page_Load(object sender, EventArgs e)
{
MasterLoad();
}
}