initproject

This commit is contained in:
2024-05-08 10:02:08 +08:00
commit 98f03b1780
3859 changed files with 348243 additions and 0 deletions
@@ -0,0 +1,17 @@
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)
{
}
}
}