PageRenderTime 38ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/BlogEngine/BlogEngine.NET/Account/change-password-success.aspx.cs

#
C# | 11 lines | 7 code | 1 blank | 3 comment | 0 complexity | 63b3d185eef2408d825e4c4a061b95b1 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. namespace Account
  2. {
  3. using System.Web.UI;
  4. /// <summary>
  5. /// The change password success.
  6. /// </summary>
  7. public partial class ChangePasswordSuccess : Page
  8. {
  9. }
  10. }