summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--samples/OAuthConsumer/GoogleApps2Legged.aspx.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/OAuthConsumer/GoogleApps2Legged.aspx.cs b/samples/OAuthConsumer/GoogleApps2Legged.aspx.cs
index 8ecea2c..afb156b 100644
--- a/samples/OAuthConsumer/GoogleApps2Legged.aspx.cs
+++ b/samples/OAuthConsumer/GoogleApps2Legged.aspx.cs
@@ -1,15 +1,15 @@
namespace OAuthConsumer {
using System;
using System.Collections.Generic;
+ using System.Configuration;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using DotNetOpenAuth.ApplicationBlock;
- using System.Configuration;
+ using DotNetOpenAuth.Messaging;
using DotNetOpenAuth.OAuth;
using DotNetOpenAuth.OAuth.Messages;
- using DotNetOpenAuth.Messaging;
public partial class GoogleApps2Legged : System.Web.UI.Page {
private InMemoryTokenManager TokenManager {