* OleDbParameterCollectionTest.cs: Fix compile error in 1.1 profile.
[mono.git] / mcs / class / System.Drawing / System.Drawing.Design / ToolboxComponentsCreatingEventArgs.cs
index 4e387a9162cf87161aa36fb1cbc6eb7500594edc..fde3cb334a61beb3efad5de6442a8c027ba3b6b8 100644 (file)
@@ -2,13 +2,13 @@
 // System.Drawing.Design.ToolboxComponentsCreatingEventArgs.cs
 // 
 // Author:
-//      Alejandro Sánchez Acosta  <raciel@es.gnu.org>
+//      Alejandro Sánchez Acosta  <raciel@es.gnu.org>
 // 
-// (C) Alejandro Sánchez Acosta
+// (C) Alejandro Sánchez Acosta
 // 
 
 //
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
 //
 
 using System.ComponentModel.Design;
+using System.Security.Permissions;
 
 namespace System.Drawing.Design
 {
+       [PermissionSet (SecurityAction.LinkDemand, Unrestricted = true)]
+       [PermissionSet (SecurityAction.InheritanceDemand, Unrestricted = true)]
        public class ToolboxComponentsCreatingEventArgs : EventArgs
        {
                private IDesignerHost host;