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@epicm.org>2017-10-27 13:21:44 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-10-27 13:21:44 +0300
commit5802f03926cdee8950ebe5c143ed8ffaf4e1dd36 (patch)
tree692a35d93815db3f07fc2c9175297c17ae062d13 /mcs/class/System.Web
parent8e617d38da41caef3e9d4b6b2414010d6281dee3 (diff)
[System.Web] WizardStepType from reference source (#5870)
Diffstat (limited to 'mcs/class/System.Web')
-rw-r--r--mcs/class/System.Web/System.Web.UI.WebControls/WizardStepType.cs36
-rw-r--r--mcs/class/System.Web/System.Web.dll.sources2
2 files changed, 1 insertions, 37 deletions
diff --git a/mcs/class/System.Web/System.Web.UI.WebControls/WizardStepType.cs b/mcs/class/System.Web/System.Web.UI.WebControls/WizardStepType.cs
deleted file mode 100644
index 81ff17738ba..00000000000
--- a/mcs/class/System.Web/System.Web.UI.WebControls/WizardStepType.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-//
-// System.Web.UI.WebControls.WizardStepType.cs
-//
-// Author: Sanjay Gupta (gsanjay@novell.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 WizardStepType {
- Auto = 0,
- Complete = 1,
- Finish = 2,
- Start = 3,
- Step = 4
- }
-}
diff --git a/mcs/class/System.Web/System.Web.dll.sources b/mcs/class/System.Web/System.Web.dll.sources
index 96d6fcb28af..fc9851fe214 100644
--- a/mcs/class/System.Web/System.Web.dll.sources
+++ b/mcs/class/System.Web/System.Web.dll.sources
@@ -1185,7 +1185,7 @@ System.Web.UI.WebControls/WizardStepBase.cs
System.Web.UI.WebControls/WizardStepCollection.cs
System.Web.UI.WebControls/WizardStepControlBuilder.cs
System.Web.UI.WebControls/WizardStep.cs
-System.Web.UI.WebControls/WizardStepType.cs
+../referencesource/System.Web/UI/WebControls/WizardStepType.cs
System.Web.UI.WebControls/XmlBuilder.cs
System.Web.UI.WebControls/Xml.cs
System.Web.UI.WebControls/XmlDataSource.cs