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/VScrollBar.cs')
-rw-r--r--mcs/class/Managed.Windows.Forms/System.Windows.Forms/VScrollBar.cs22
1 files changed, 1 insertions, 21 deletions
diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/VScrollBar.cs b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/VScrollBar.cs
index 0b3de738501..8948e7dbe60 100644
--- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/VScrollBar.cs
+++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/VScrollBar.cs
@@ -27,27 +27,7 @@
//
//
//
-// $Revision: 1.3 $
-// $Modtime: $
-// $Log: VScrollBar.cs,v $
-// Revision 1.3 2004/09/28 18:44:25 pbartok
-// - Streamlined Theme interfaces:
-// * Each DrawXXX method for a control now is passed the object for the
-// control to be drawn in order to allow accessing any state the theme
-// might require
-//
-// * ControlPaint methods for the theme now have a CP prefix to avoid
-// name clashes with the Draw methods for controls
-//
-// * Every control now retrieves it's DefaultSize from the current theme
-//
-// Revision 1.2 2004/08/23 20:10:03 jordi
-// fixes properties and methods
-//
-// Revision 1.1 2004/07/13 15:33:46 jordi
-// vertical and hort. classes commit
-//
-//
+
using System.Drawing;