diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-05-05 14:50:07 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-05-05 14:50:07 -0700 |
commit | a1839a927b8e396c71496e6ec18bd91f107a860b (patch) | |
tree | 7b868007ada35c5da3b25188c9c88bf028bd4bd6 /samples/TestAzureAD/Contact.aspx.cs | |
parent | 7edb0a63ef796af300c670ce90df8e7670930a10 (diff) | |
parent | 789f14adf18e65ab416b60341bfbecc6577a1c37 (diff) | |
download | DotNetOpenAuth-a1839a927b8e396c71496e6ec18bd91f107a860b.zip DotNetOpenAuth-a1839a927b8e396c71496e6ec18bd91f107a860b.tar.gz DotNetOpenAuth-a1839a927b8e396c71496e6ec18bd91f107a860b.tar.bz2 |
Merge branch 'v4.3' of git://github.com/gbablani/DotNetOpenAuth into gbablani-v4.3
Diffstat (limited to 'samples/TestAzureAD/Contact.aspx.cs')
-rw-r--r-- | samples/TestAzureAD/Contact.aspx.cs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/samples/TestAzureAD/Contact.aspx.cs b/samples/TestAzureAD/Contact.aspx.cs new file mode 100644 index 0000000..394a9eb --- /dev/null +++ b/samples/TestAzureAD/Contact.aspx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace TestAzureAD +{ + public partial class Contact : Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +}
\ No newline at end of file |