// // System.Windows.Forms.Design.ComponentEditorForm.cs // // Author: // Dennis Hayes (dennish@raytek.com) // (C) 2002 Ximian, Inc. http://www.ximian.com // using System; namespace System.Windows.Forms.Design { /// /// Summary description for ControlDesigner. /// public class ControlDesigner { public ControlDesigner() { // // TODO: Add constructor logic here // } public class ControlDesignerAccessibleObject{ public ControlDesignerAccessibleObject() { // // TODO: Add constructor logic here throw new NotImplementedException (); // } } } }