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

12 lines
189 B
C#

using System;
namespace FineUIPro.Web.common
{
public partial class themes : PageBase
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}