Basf_EProject/EProject/FineUIPro.Web/OperationError.aspx.cs

17 lines
325 B
C#
Raw Normal View History

2024-05-08 11:01:54 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace FineUIPro.Web
{
public partial class OperationError : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}