summaryrefslogtreecommitdiffstats
path: root/samples/OAuthResourceServer/Default.aspx.cs
blob: 46ca65ecb54f37f64fa67e481d071480d211fb01 (plain)
1
2
3
4
5
6
7
8
9
10
namespace OAuthResourceServer {
	using System;
	using System.Configuration;
	using System.IO;

	using Code;

	public partial class _Default : System.Web.UI.Page {
	}
}