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

17 lines
334 B
C#
Raw Normal View History

2022-03-15 17:36:38 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace Web.Controls.ClientJs
{
public partial class ClientJs : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}