New test.
[mono.git] / mcs / class / System.ServiceProcess / System.ServiceProcess / ServiceStartMode.cs
index 99f1a86e78966a23a88b0196d3df8b503810e7ab..01fe8bae311e276402ac10b4a4475caeeb6d9a5f 100644 (file)
@@ -28,9 +28,9 @@
 //
 
 namespace System.ServiceProcess
-{      
-       [Serializable]
-        public enum ServiceStartMode {
+{
+       public enum ServiceStartMode
+       {
                Automatic = 2,
                Manual = 3,
                Disabled = 4