diff options
Diffstat (limited to 'samples/OAuthClient/Global.asax')
-rw-r--r-- | samples/OAuthClient/Global.asax | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/OAuthClient/Global.asax b/samples/OAuthClient/Global.asax new file mode 100644 index 0000000..2ec48f3 --- /dev/null +++ b/samples/OAuthClient/Global.asax @@ -0,0 +1 @@ +<%@ Application Language="C#" Inherits="OAuthClient.Global" CodeBehind="Global.asax.cs" %> |