[Mono-list] assembly packaging issue
Gert Driesen
gert.driesen@pandora.be
Mon, 7 Jul 2003 08:21:19 +0200
Hi,
Apparently lots of classes that should actually be part of the System.Design
assembly are currently in the System.Windows.Forms assembly.
The namespace of these classes is indeed System.Windows.Forms.Design, but
these classes (and lots of other classes in the System.Windows.Forms.Design
namespace that have not yet been implemented) should actually be in the
System.Design assembly :
- AnchorEditor
- ComponentDocumentDesigner
- ComponentTray
- ControlDesigner
- DocumentDesigner
- FileNameEditor
- IMenuEditorService
- MenuCommands
- ParentControlDesigner
- ScrollableControlDesigner
Should I submit a bug report for this ?
Gert