2005-10-04 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Drawing / System.Drawing.Design / ToolboxItem.cs
index f1547ce393ebc89b6a4a8c9ee5136435b8acbe34..1487a027ad17abbb12651f1fa5f23d786959a57c 100644 (file)
@@ -10,7 +10,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.Collections;
 using System.ComponentModel;
 using System.ComponentModel.Design;
-using System.Drawing;
 using System.Reflection;
 using System.Runtime.Serialization;
+using System.Security.Permissions;
 
 namespace System.Drawing.Design 
 {
        [Serializable]
+       [PermissionSet (SecurityAction.LinkDemand, Unrestricted = true)]
+       [PermissionSet (SecurityAction.InheritanceDemand, Unrestricted = true)]
        public class ToolboxItem : ISerializable
        {