summaryrefslogtreecommitdiffstats
path: root/src/InfoCard/InfoCardRelyingParty/About.aspx.cs
diff options
context:
space:
mode:
authorDavid Christiansen <coding@davedoes.net>2013-11-29 14:50:15 +0000
committerDavid Christiansen <coding@davedoes.net>2013-11-29 14:50:15 +0000
commit4f26ece3a13799bd4350f1bbb330e066b30fdb37 (patch)
tree7d0ac2e3f1ae695771240fca782a6854f1c4e0b6 /src/InfoCard/InfoCardRelyingParty/About.aspx.cs
parent15873777970c292f91d5ad427976c468e9a712fa (diff)
downloadDotNetOpenAuth.Samples-4f26ece3a13799bd4350f1bbb330e066b30fdb37.zip
DotNetOpenAuth.Samples-4f26ece3a13799bd4350f1bbb330e066b30fdb37.tar.gz
DotNetOpenAuth.Samples-4f26ece3a13799bd4350f1bbb330e066b30fdb37.tar.bz2
Removed infocard example
Diffstat (limited to 'src/InfoCard/InfoCardRelyingParty/About.aspx.cs')
-rw-r--r--src/InfoCard/InfoCardRelyingParty/About.aspx.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/InfoCard/InfoCardRelyingParty/About.aspx.cs b/src/InfoCard/InfoCardRelyingParty/About.aspx.cs
deleted file mode 100644
index d5b189f..0000000
--- a/src/InfoCard/InfoCardRelyingParty/About.aspx.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-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) {
-
- }
- }
-}