summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdOfflineProvider/App.xaml.cs
diff options
context:
space:
mode:
authorDavid Christiansen <DavidChristiansen@users.noreply.github.com>2016-03-25 11:33:33 +0000
committerDavid Christiansen <DavidChristiansen@users.noreply.github.com>2016-03-25 11:33:33 +0000
commite4435096cbeadb4567cfd77ed68cc9fc92515902 (patch)
tree513b96404b24a8e8f84d214d6e217609e988a9f0 /samples/OpenIdOfflineProvider/App.xaml.cs
parente774db2029a57f439db894cf798bd8bb22f5e84a (diff)
parent6da912c7171495ee0d9b5df05cab1a8e3df85b62 (diff)
downloadDotNetOpenAuth-e4435096cbeadb4567cfd77ed68cc9fc92515902.zip
DotNetOpenAuth-e4435096cbeadb4567cfd77ed68cc9fc92515902.tar.gz
DotNetOpenAuth-e4435096cbeadb4567cfd77ed68cc9fc92515902.tar.bz2
Merge pull request #379 from lcalabrese/develop
StyleCop, fix tests, remove Microsoft.Net.Http and Microsoft.Bcl dependencies
Diffstat (limited to 'samples/OpenIdOfflineProvider/App.xaml.cs')
-rw-r--r--samples/OpenIdOfflineProvider/App.xaml.cs7
1 files changed, 3 insertions, 4 deletions
diff --git a/samples/OpenIdOfflineProvider/App.xaml.cs b/samples/OpenIdOfflineProvider/App.xaml.cs
index 9878681..43fb9a9 100644
--- a/samples/OpenIdOfflineProvider/App.xaml.cs
+++ b/samples/OpenIdOfflineProvider/App.xaml.cs
@@ -5,15 +5,14 @@
//-----------------------------------------------------------------------
namespace DotNetOpenAuth.OpenIdOfflineProvider {
- using System.Windows;
+ using System.Windows;
- using DotNetOpenAuth.Logging;
+ using DotNetOpenAuth.Logging;
- /// <summary>
+ /// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application {
-
/// <summary>
/// Initializes a new instance of the <see cref="App"/> class.
/// </summary>