Init YZ_BASF

This commit is contained in:
2024-05-13 08:48:51 +08:00
parent 2ff382ee61
commit c586dd7e9e
3815 changed files with 616322 additions and 0 deletions
+17
View File
@@ -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 FineUIPro.Web.Styles
{
public partial class index : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}