Pārlūkot izejas kodu

2009-01-07 Mario Carrion <[email protected]>

* DataGrid.cs: CWL removed.


svn path=/trunk/mcs/; revision=122721

Mario Carrion 17 gadi atpakaļ
vecāks
revīzija
197d53d59b

+ 4 - 0
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog

@@ -1,3 +1,7 @@
+2009-01-07  Mario Carrion <[email protected]>
+	
+	* DataGrid.cs: CWL removed.
+
 2009-01-06  Carlos Alberto Cortez <[email protected]>
 
 	* RadioButton.cs: When setting Checked, we should first update the

+ 0 - 1
mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGrid.cs

@@ -3380,7 +3380,6 @@ namespace System.Windows.Forms
 
 		internal void OnUIAGridCellChanged (CollectionChangeEventArgs args)
 		{
-			Console.WriteLine ("OnUIAGridCellChanged: {0}", GetType ());
 			CollectionChangeEventHandler eh
 				= (CollectionChangeEventHandler) Events [UIAGridCellChangedEvent];
 			if (eh != null)