diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-07-20 07:33:33 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-07-20 07:33:33 -0700 |
commit | 437d7b39b93416af9fe5f86d0469db7236f4a7db (patch) | |
tree | 7ebe8a61b93eec7c3563e634df2ef127ec489787 /samples/OpenIdOfflineProvider/CheckIdWindow.xaml.cs | |
parent | 767e676d9239e18447e951b7715284fee256ec49 (diff) | |
download | DotNetOpenAuth-437d7b39b93416af9fe5f86d0469db7236f4a7db.zip DotNetOpenAuth-437d7b39b93416af9fe5f86d0469db7236f4a7db.tar.gz DotNetOpenAuth-437d7b39b93416af9fe5f86d0469db7236f4a7db.tar.bz2 |
StyleCop fixes that only appeared when building at the command line.
Diffstat (limited to 'samples/OpenIdOfflineProvider/CheckIdWindow.xaml.cs')
-rw-r--r-- | samples/OpenIdOfflineProvider/CheckIdWindow.xaml.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/OpenIdOfflineProvider/CheckIdWindow.xaml.cs b/samples/OpenIdOfflineProvider/CheckIdWindow.xaml.cs index 5b4dd24..c80264d 100644 --- a/samples/OpenIdOfflineProvider/CheckIdWindow.xaml.cs +++ b/samples/OpenIdOfflineProvider/CheckIdWindow.xaml.cs @@ -33,7 +33,7 @@ namespace DotNetOpenAuth.OpenIdOfflineProvider { private CheckIdWindow(HostedProvider provider, IAuthenticationRequest request) { Contract.Requires(request != null); - InitializeComponent(); + this.InitializeComponent(); // Initialize the window with appropriate values. this.realmLabel.Content = request.Realm; |