| 123456789101112131415161718192021 |
- 2005-10-18 Sebastien Pouliot <[email protected]>
-
- * InstanceDescriptor.cs: Added CAS permissions (unrestricted at class
- level).
- 2005-10-18 Sebastien Pouliot <[email protected]>
- * InstanceDescriptor.cs: Fix Invoke method as there's no 'this' for ctors.
- 2005-01-27 LLuis Sanchez Gual <[email protected]>
- * InstanceDescriptor.cs: Constructors don't need to be static.
- 2003-06-28 Andreas Nahr <[email protected]>
- * ContextStack.cs: Redone based on a stack and completely implemented
- * DesignerLoader.cs: Removed unneeded members
- * DesignerSerializerAttribute.cs: Implemented, fixed AttributeUsage
- * ResolveNameEventArgs.cs: Visibility bug fixed
- * RootDesignerSerializerAttribute.cs: Fixed and implemented, fixed AttributeUsage
- * InstanceDescriptor.cs: Completely Implemented
|