SGGL_SHJ/SGGL/FineUIPro.Web/Controls/ClientJs/ClientJs.ascx.cs

12 lines
209 B
C#
Raw Normal View History

2022-09-05 16:36:31 +08:00
using System;
namespace Web.Controls.ClientJs
{
public partial class ClientJs : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}