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

17 lines
331 B
C#
Raw Normal View History

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