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/System.Windows.Forms/System.Windows.Forms/MdiLayout.cs')
-rw-r--r--mcs/class/System.Windows.Forms/System.Windows.Forms/MdiLayout.cs21
1 files changed, 0 insertions, 21 deletions
diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/MdiLayout.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/MdiLayout.cs
deleted file mode 100644
index 628de363de7..00000000000
--- a/mcs/class/System.Windows.Forms/System.Windows.Forms/MdiLayout.cs
+++ /dev/null
@@ -1,21 +0,0 @@
-//
-// System.Windows.Forms.MdiLayout.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 MdiLayout {
- ArrangeIcons = 3,
- Cascade = 0,
- TileHorizontal = 1,
- TileVertical = 2
- }
-}