* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.Drawing / System.Drawing.Design / ToolboxComponentsCreatedEventArgs.cs
index a1855d101cfd6300e73d673a714e14c393ccdda5..65790a107684b596065415614345e4ec55fff2aa 100644 (file)
@@ -8,7 +8,7 @@
 //
 
 //
-// 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;
+using System.Security.Permissions;
 
 namespace System.Drawing.Design
 {
+       [PermissionSet (SecurityAction.LinkDemand, Unrestricted = true)]
+       [PermissionSet (SecurityAction.InheritanceDemand, Unrestricted = true)]
        public class ToolboxComponentsCreatedEventArgs : EventArgs
        {
                private IComponent[] components;