// // System.Windows.Forms.Form // // Author: // Miguel de Icaza (miguel@ximian.com) // // (C) 2002 Ximian, Inc // using System; using System.Drawing; using Gtk; using GtkSharp; namespace System.Windows.Forms { public class ContainerControl : ScrollableControl { } }