Author: calberto
Date: 2008-02-05 19:14:55 -0500 (Tue, 05 Feb 2008)
New Revision: 94974

Modified:
   trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Binding.cs
   trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
Log:
2008-02-05  Carlos Alberto Cortez <[EMAIL PROTECTED]>

        * Binding.cs: Add 2.0 BindableComponent property - just return control
        by now.



Modified: trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Binding.cs
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Binding.cs       
2008-02-05 23:31:39 UTC (rev 94973)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Binding.cs       
2008-02-06 00:14:55 UTC (rev 94974)
@@ -106,6 +106,13 @@
                #endregion      // Public Constructors
 
                #region Public Instance Properties
+#if NET_2_0
+               public IBindableComponent BindableComponent {
+                       get {
+                               return control;
+                       }
+               }
+#endif
                public BindingManagerBase BindingManagerBase {
                        get {
                                return manager;

Modified: trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog        
2008-02-05 23:31:39 UTC (rev 94973)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog        
2008-02-06 00:14:55 UTC (rev 94974)
@@ -1,3 +1,8 @@
+2008-02-05  Carlos Alberto Cortez <[EMAIL PROTECTED]>
+
+       * Binding.cs: Add 2.0 BindableComponent property - just return control
+       by now.
+
 2008-02-05  Everaldo Canuto  <[EMAIL PROTECTED]>
 
        * MenuAPI.cs: Check if control is disposable when track popup menu. 
Thanks

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to