//-----------------------------------------------------------------------
//
// Copyright (c) Outercurve Foundation. All rights reserved.
//
//-----------------------------------------------------------------------
namespace DotNetOpenAuth.OpenIdOfflineProvider {
using System.Windows;
using DotNetOpenAuth.Logging;
///
/// Interaction logic for App.xaml
///
public partial class App : Application {
///
/// Initializes a new instance of the class.
///
public App() {
}
}
}