2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / Microsoft.VisualBasic / Microsoft.VisualBasic / Microsoft.VisualBasic.CompilerServices / FlowControl.cs
index 1e77be1424af9f2f3cf8686e45fd8083a6b6e6c5..0e6ac6b45ee5c09263dbe2529af431a518350b4d 100644 (file)
 
 using System;
 using System.Collections;
+using System.ComponentModel;
 
 namespace Microsoft.VisualBasic.CompilerServices 
 {
-       [Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute] 
-       [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 
+       [StandardModule, EditorBrowsable(EditorBrowsableState.Never)] 
        sealed public class FlowControl {
+               private FlowControl () {}
+
                private sealed /*static (final)in mainsoft java code*/ class ObjectFor {
                        public object Counter;