Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemChangedEventHandler.cs')
-rw-r--r--mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemChangedEventHandler.cs11
1 files changed, 3 insertions, 8 deletions
diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemChangedEventHandler.cs b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemChangedEventHandler.cs
index 0600d9b0e1e..fef3ef453c4 100644
--- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemChangedEventHandler.cs
+++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ItemChangedEventHandler.cs
@@ -22,15 +22,10 @@
// Author:
// Ravindra (rkumar@novell.com)
//
-// $Revision: 1.1 $
-// $Modtime: $
-// $Log: ItemChangedEventHandler.cs,v $
-// Revision 1.1 2004/09/23 07:39:19 ravindra
-// EventArgs and EventHandlers needed by ListView Control.
-//
-//
+
+
// COMPLETE
-//
+
namespace System.Windows.Forms
{