diff options
Diffstat (limited to 'projecttemplates/WebFormsRelyingParty/Default.aspx.designer.cs')
-rw-r--r-- | projecttemplates/WebFormsRelyingParty/Default.aspx.designer.cs | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/projecttemplates/WebFormsRelyingParty/Default.aspx.designer.cs b/projecttemplates/WebFormsRelyingParty/Default.aspx.designer.cs new file mode 100644 index 0000000..9c12f15 --- /dev/null +++ b/projecttemplates/WebFormsRelyingParty/Default.aspx.designer.cs @@ -0,0 +1,34 @@ +//------------------------------------------------------------------------------ +// <auto-generated> +// This code was generated by a tool. +// Runtime Version:2.0.50727.4927 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// </auto-generated> +//------------------------------------------------------------------------------ + +namespace WebFormsRelyingParty { + + + public partial class _Default { + + /// <summary> + /// Label1 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.Label Label1; + + /// <summary> + /// HyperLink1 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.HyperLink HyperLink1; + } +} |