12 lines
199 B
C#
12 lines
199 B
C#
|
|
using System;
|
|||
|
|
|
|||
|
|
namespace FineUIPro.Web.config
|
|||
|
|
{
|
|||
|
|
public partial class modify_webconfig : PageBase
|
|||
|
|
{
|
|||
|
|
protected void Page_Load(object sender, EventArgs e)
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|