From 90e6d1cf844dbfba54e2a27d50ea335b8f7e1bcf Mon Sep 17 00:00:00 2001 From: joncham Date: Sat, 29 Apr 2006 20:59:03 +0000 Subject: [PATCH] 2005-06-29 Jonathan Chambers * ControlBindingsConverter.cs: Fix namespace git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@60085 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- class/System.Design/System.Windows.Forms.Design/ChangeLog | 4 ++++ .../System.Windows.Forms.Design/ControlBindingsConverter.cs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/class/System.Design/System.Windows.Forms.Design/ChangeLog b/class/System.Design/System.Windows.Forms.Design/ChangeLog index c68a2148c7..d27a1e4282 100644 --- a/class/System.Design/System.Windows.Forms.Design/ChangeLog +++ b/class/System.Design/System.Windows.Forms.Design/ChangeLog @@ -1,3 +1,7 @@ +2005-06-29 Jonathan Chambers + + * ControlBindingsConverter.cs: Fix namespace + 2006-04-28 Peter Dennis Bartok * ControlBindingsConverter.cs: Added diff --git a/class/System.Design/System.Windows.Forms.Design/ControlBindingsConverter.cs b/class/System.Design/System.Windows.Forms.Design/ControlBindingsConverter.cs index 101ffb76f9..99c61c9472 100644 --- a/class/System.Design/System.Windows.Forms.Design/ControlBindingsConverter.cs +++ b/class/System.Design/System.Windows.Forms.Design/ControlBindingsConverter.cs @@ -28,7 +28,7 @@ using System.ComponentModel; -namespace System.Windows.Forms { +namespace System.Windows.Forms.Design { internal class ControlBindingsConverter : TypeConverter { public ControlBindingsConverter() { } -- 2.11.4.GIT