SGGL_SHJ/SGGL/FineUIPro.Web/config/enable_gzip_iis6.aspx.cs

12 lines
199 B
C#

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