- Duh!
authorPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Wed, 11 Aug 2004 14:37:11 +0000 (14:37 -0000)
committerPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Wed, 11 Aug 2004 14:37:11 +0000 (14:37 -0000)
svn path=/trunk/mcs/; revision=32210

mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs

index 3258bc9d1d306ff430f95219fad723517620efaf..e6ae890ff1c5feac2f925338bf8e19d1049c8330 100644 (file)
 //     Jaak Simm               jaaksimm@firm.ee
 //     John Sohn               jsohn@columbus.rr.com
 //
-// $Revision: 1.18 $
+// $Revision: 1.19 $
 // $Modtime: $
 // $Log: Control.cs,v $
+// Revision 1.19  2004/08/11 14:37:11  pbartok
+// - Duh!
+//
 // Revision 1.18  2004/08/11 13:47:22  pbartok
 // - Rewrote the collection stuff. Might not be as fast now, not keeping
 //   the number of children around and accessible directly, but it's more
@@ -690,7 +693,7 @@ namespace System.Windows.Forms
 
                public ControlCollection Controls {
                        get {
-                               return CreateControlsInstance();
+                               return this.child_controls;
                        }
                }