SGGL_SHJ/SGGL/FineUIPro.Web/CLGL/OutputMasterEdit.aspx.cs

12 lines
207 B
C#
Raw Normal View History

2024-09-18 10:48:34 +08:00
using System;
namespace FineUIPro.Web.CLGL
{
public partial class OutputMasterEdit : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}