diff options
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) { + + } + } +} |