ContainerControl.cs 274 B

12345678910111213141516171819
  1. //
  2. // System.Windows.Forms.Form
  3. //
  4. // Author:
  5. // Miguel de Icaza ([email protected])
  6. //
  7. // (C) 2002 Ximian, Inc
  8. //
  9. using System;
  10. using System.Drawing;
  11. using Gtk;
  12. using GtkSharp;
  13. namespace System.Windows.Forms {
  14. public class ContainerControl : ScrollableControl {
  15. }
  16. }