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:
authorKonstantin Safonov / kasthack <kasthack@epicm.org>2017-10-26 12:24:03 +0300
committerMarek Safar <marek.safar@gmail.com>2017-10-28 10:59:36 +0300
commitddd07a749f3b0ff2c234115562a364128b286381 (patch)
treeef751a86bb421e906b71beba922cefd6fd68b419 /mcs/class/System.Web
parentdd033ae341e32c938cb2868c33a8aeb57170f7b3 (diff)
[System.Web] LoginTextLayout from reference source
Diffstat (limited to 'mcs/class/System.Web')
-rw-r--r--mcs/class/System.Web/System.Web.UI.WebControls/LoginTextLayout.cs35
-rw-r--r--mcs/class/System.Web/System.Web.dll.sources2
2 files changed, 1 insertions, 36 deletions
diff --git a/mcs/class/System.Web/System.Web.UI.WebControls/LoginTextLayout.cs b/mcs/class/System.Web/System.Web.UI.WebControls/LoginTextLayout.cs
deleted file mode 100644
index 6c497518435..00000000000
--- a/mcs/class/System.Web/System.Web.UI.WebControls/LoginTextLayout.cs
+++ /dev/null
@@ -1,35 +0,0 @@
-//
-// System.Web.UI.WebControls.LoginTextLayout.cs
-//
-// Author: Duncan Mak (duncan@ximian.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-//
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
-//
-
-namespace System.Web.UI.WebControls {
-
- public enum LoginTextLayout
- {
- TextOnLeft = 0,
- TextOnTop = 1
- }
-}
diff --git a/mcs/class/System.Web/System.Web.dll.sources b/mcs/class/System.Web/System.Web.dll.sources
index ff9c0a031e5..48f82ed7388 100644
--- a/mcs/class/System.Web/System.Web.dll.sources
+++ b/mcs/class/System.Web/System.Web.dll.sources
@@ -979,7 +979,7 @@ System.Web.UI.WebControls/Login.cs
../referencesource/System.Web/UI/WebControls/LoginFailureAction.cs
System.Web.UI.WebControls/LoginName.cs
System.Web.UI.WebControls/LoginStatus.cs
-System.Web.UI.WebControls/LoginTextLayout.cs
+../referencesource/System.Web/UI/WebControls/Logintextlayout.cs
System.Web.UI.WebControls/LoginView.cs
../referencesource/System.Web/UI/WebControls/LogoutAction.cs
System.Web.UI.WebControls/MailDefinition.cs