SCLS/SSWCS_JXDL(2019)/WebApplication1/Account/ChangePasswordSuccess.aspx.cs
2025-05-19 09:45:29 +08:00

18 lines
343 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace WebApplication1.Account
{
public partial class ChangePasswordSuccess : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}