diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-05-31 08:56:40 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-05-31 08:56:40 -0700 |
commit | acdf7421c0e51a2c7cb50ae3278769e4c295783d (patch) | |
tree | c16be1dc23d2938df927811bad274dab86323fb8 /samples/OAuthClient/Google.aspx.designer.cs | |
parent | d8a034db629baa0e2a86528eac5d0ab49d9bb984 (diff) | |
parent | 3858496786be3349e5c7958e3d22766e4883e488 (diff) | |
download | DotNetOpenAuth-acdf7421c0e51a2c7cb50ae3278769e4c295783d.zip DotNetOpenAuth-acdf7421c0e51a2c7cb50ae3278769e4c295783d.tar.gz DotNetOpenAuth-acdf7421c0e51a2c7cb50ae3278769e4c295783d.tar.bz2 |
Merge branch 'v4.3' of https://github.com/DotNetOpenAuth/DotNetOpenAuth into v4.3
Diffstat (limited to 'samples/OAuthClient/Google.aspx.designer.cs')
-rw-r--r-- | samples/OAuthClient/Google.aspx.designer.cs | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/samples/OAuthClient/Google.aspx.designer.cs b/samples/OAuthClient/Google.aspx.designer.cs new file mode 100644 index 0000000..4c7ecad --- /dev/null +++ b/samples/OAuthClient/Google.aspx.designer.cs @@ -0,0 +1,33 @@ +//------------------------------------------------------------------------------ +// <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 OAuthClient { + + + public partial class Google { + + /// <summary> + /// form1 control. + /// </summary> + /// <remarks> + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// </remarks> + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + + /// <summary> + /// nameLabel 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 nameLabel; + } +} |