summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.Client.UI/OAuth2/ClientAuthorizationView.Designer.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-03-10 10:42:01 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2012-03-10 10:42:01 -0800
commit5bd70111d5740844656aaed12206c9f28dd25923 (patch)
tree7f25810c5e6029dfdc0b491c58393fc8f76fcaf1 /src/DotNetOpenAuth.OAuth2.Client.UI/OAuth2/ClientAuthorizationView.Designer.cs
parent6e68095c020f88f6c61b3a76f1fa885ead1e7f15 (diff)
downloadDotNetOpenAuth-5bd70111d5740844656aaed12206c9f28dd25923.zip
DotNetOpenAuth-5bd70111d5740844656aaed12206c9f28dd25923.tar.gz
DotNetOpenAuth-5bd70111d5740844656aaed12206c9f28dd25923.tar.bz2
FxCop fixes and suppressions.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth2.Client.UI/OAuth2/ClientAuthorizationView.Designer.cs')
-rw-r--r--src/DotNetOpenAuth.OAuth2.Client.UI/OAuth2/ClientAuthorizationView.Designer.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.OAuth2.Client.UI/OAuth2/ClientAuthorizationView.Designer.cs b/src/DotNetOpenAuth.OAuth2.Client.UI/OAuth2/ClientAuthorizationView.Designer.cs
index c05a4b8..c06a134 100644
--- a/src/DotNetOpenAuth.OAuth2.Client.UI/OAuth2/ClientAuthorizationView.Designer.cs
+++ b/src/DotNetOpenAuth.OAuth2.Client.UI/OAuth2/ClientAuthorizationView.Designer.cs
@@ -1,4 +1,6 @@
namespace DotNetOpenAuth.OAuth2 {
+ using System.Diagnostics.CodeAnalysis;
+
partial class ClientAuthorizationView {
/// <summary>
/// Required designer variable.
@@ -22,6 +24,7 @@
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
+ [SuppressMessage("Microsoft.Security", "CA2122:DoNotIndirectlyExposeMethodsWithLinkDemands", Justification = "I don't see a problem here.")]
private void InitializeComponent() {
this.webBrowser1 = new System.Windows.Forms.WebBrowser();
this.SuspendLayout();