| 12345678910111213141516171819 |
- //
- // System.Windows.Forms.Form
- //
- // Author:
- // Miguel de Icaza ([email protected])
- //
- // (C) 2002 Ximian, Inc
- //
- using System;
- using System.Drawing;
- using Gtk;
- using GtkSharp;
- namespace System.Windows.Forms {
- public class ContainerControl : ScrollableControl {
- }
- }
|