diff options
Diffstat (limited to 'samples/TestAzureAD/Account/Manage.aspx.designer.cs')
-rw-r--r-- | samples/TestAzureAD/Account/Manage.aspx.designer.cs | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/samples/TestAzureAD/Account/Manage.aspx.designer.cs b/samples/TestAzureAD/Account/Manage.aspx.designer.cs deleted file mode 100644 index 1c70310..0000000 --- a/samples/TestAzureAD/Account/Manage.aspx.designer.cs +++ /dev/null @@ -1,66 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -namespace TestAzureAD.Account -{ - - - public partial class Manage - { - - /// <summary> - /// successMessage control. - /// </summary> - /// <remarks> - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// </remarks> - protected global::System.Web.UI.WebControls.PlaceHolder successMessage; - - /// <summary> - /// setPassword control. - /// </summary> - /// <remarks> - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// </remarks> - protected global::System.Web.UI.WebControls.PlaceHolder setPassword; - - /// <summary> - /// password control. - /// </summary> - /// <remarks> - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// </remarks> - protected global::System.Web.UI.WebControls.TextBox password; - - - - /// <summary> - /// confirmPassword control. - /// </summary> - /// <remarks> - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// </remarks> - protected global::System.Web.UI.WebControls.TextBox confirmPassword; - - /// <summary> - /// changePassword control. - /// </summary> - /// <remarks> - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// </remarks> - protected global::System.Web.UI.WebControls.PlaceHolder changePassword; - - - } -} |