Basf_TCC11/HJGL/FineUIPro.Web/Controls/ClientJs/ClientJs.ascx.cs

17 lines
334 B
C#

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)
{
}
}
}