X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FManaged.Windows.Forms%2FSystem.Windows.Forms%2FDataGridCell.cs;h=5249b6e574391ae27bf3a155f1a57697bf61b44e;hb=2f9c820c7ee1063d9fabcb2410b57843c17cb926;hp=9cbc43f24f0c4b6840aa198e353c0aeb4677bbad;hpb=6b6435d1b3206b0162c37e5ecce8d9a699fe6467;p=mono.git diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridCell.cs b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridCell.cs index 9cbc43f24f0..5249b6e5743 100644 --- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridCell.cs +++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridCell.cs @@ -76,7 +76,7 @@ namespace System.Windows.Forms public override string ToString () { - return base.ToString () + "{RowNumber = " + row +", ColumnNumber = " + column + "}"; + return "DataGridCell {RowNumber = " + row +", ColumnNumber = " + column + "}"; } #endregion // Public Instance Methods