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, 66 insertions, 0 deletions
diff --git a/samples/TestAzureAD/Account/Manage.aspx.designer.cs b/samples/TestAzureAD/Account/Manage.aspx.designer.cs new file mode 100644 index 0000000..1c70310 --- /dev/null +++ b/samples/TestAzureAD/Account/Manage.aspx.designer.cs @@ -0,0 +1,66 @@ +//------------------------------------------------------------------------------ +// <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; + + + } +} |