SGGL_SHJ/SGGL/FineUIPro.Web/common/themes.aspx.cs

12 lines
189 B
C#
Raw Normal View History

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