diff options
author | David Christiansen <coding@davedoes.net> | 2012-03-16 10:33:38 +0000 |
---|---|---|
committer | David Christiansen <coding@davedoes.net> | 2012-03-16 10:33:38 +0000 |
commit | 32834c15862a447b7d362a2904f241d842660a2c (patch) | |
tree | 867a7995c20635445d299d1db4dd468026fc0e97 /src/InfoCard/InfoCardRelyingParty/About.aspx.cs | |
parent | 2df3e36b4bfe3f01e17dceebab0a7951db21ecc7 (diff) | |
download | DotNetOpenAuth.Samples-32834c15862a447b7d362a2904f241d842660a2c.zip DotNetOpenAuth.Samples-32834c15862a447b7d362a2904f241d842660a2c.tar.gz DotNetOpenAuth.Samples-32834c15862a447b7d362a2904f241d842660a2c.tar.bz2 |
Added reference to fixed DotNetOpenAuth.OpenIdOAuth package.
Diffstat (limited to 'src/InfoCard/InfoCardRelyingParty/About.aspx.cs')
-rw-r--r-- | src/InfoCard/InfoCardRelyingParty/About.aspx.cs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/InfoCard/InfoCardRelyingParty/About.aspx.cs b/src/InfoCard/InfoCardRelyingParty/About.aspx.cs new file mode 100644 index 0000000..d5b189f --- /dev/null +++ b/src/InfoCard/InfoCardRelyingParty/About.aspx.cs @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace InfoCardRelyingParty { + public partial class About : System.Web.UI.Page { + protected void Page_Load(object sender, EventArgs e) { + + } + } +} |