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:
authorMiguel de Icaza <miguel@gnome.org>2005-01-30 04:25:13 +0300
committerMiguel de Icaza <miguel@gnome.org>2005-01-30 04:25:13 +0300
commit7568cbe6859cac6aebbdaad791b18105376bd79c (patch)
treec83aa7a58ce17aff6b34c8fb76f0f9d00cc0d60d /mcs/class/System.Windows.Forms/WINELib/SizeGripStyle.cs
parentc69e15d7c68481c2ca042b1e55f3f8cc710d224b (diff)
Moved the now deprecated System.Windows.Forms
svn path=/trunk/mcs/; revision=39771
Diffstat (limited to 'mcs/class/System.Windows.Forms/WINELib/SizeGripStyle.cs')
-rw-r--r--mcs/class/System.Windows.Forms/WINELib/SizeGripStyle.cs20
1 files changed, 0 insertions, 20 deletions
diff --git a/mcs/class/System.Windows.Forms/WINELib/SizeGripStyle.cs b/mcs/class/System.Windows.Forms/WINELib/SizeGripStyle.cs
deleted file mode 100644
index 7883ed12915..00000000000
--- a/mcs/class/System.Windows.Forms/WINELib/SizeGripStyle.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-//
-// System.Windows.Forms.SizeGripStyle.cs
-//
-// Author:
-// Dennis Hayes (dennish@raytek.com)
-// (C) 2002 Ximian, Inc. http://www.ximian.com
-//
-
-using System;
-
-namespace System.Windows.Forms {
-
- /// <summary>
- /// </summary>
- public enum SizeGripStyle {
- Auto = 0,
- Hide = 2,
- Show = 1
- }
-}