public static System.Collections.ArrayList GetList()
        {
            EnumExtendedBase <CentralStartMode> .MyList a = new EnumExtendedBase <CentralStartMode> .MyList();

            a.Add(new CentralStartModeExtended(CentralStartMode.auto));
            a.Add(new CentralStartModeExtended(CentralStartMode.man));
            return(a);
        }
Esempio n. 2
0
        public static System.Collections.ArrayList GetList()
        {
            EnumExtendedBase <LocomotiveDirection> .MyList a = new EnumExtendedBase <LocomotiveDirection> .MyList();

            a.Add(new LocomotiveDirectionExtended(LocomotiveDirection.none));
            a.Add(new LocomotiveDirectionExtended(LocomotiveDirection.forward));
            a.Add(new LocomotiveDirectionExtended(LocomotiveDirection.backward));
            return(a);
        }
        public static System.Collections.ArrayList GetList()
        {
            EnumExtendedBase <LocomotiveSpeedSections> .MyList a = new EnumExtendedBase <LocomotiveSpeedSections> .MyList();

            a.Add(new LocomotiveSpeedSectionsExtended(LocomotiveSpeedSections.x14));
            a.Add(new LocomotiveSpeedSectionsExtended(LocomotiveSpeedSections.x27));
            a.Add(new LocomotiveSpeedSectionsExtended(LocomotiveSpeedSections.x28));
            a.Add(new LocomotiveSpeedSectionsExtended(LocomotiveSpeedSections.x128));
            return(a);
        }
Esempio n. 4
0
        public static System.Collections.ArrayList GetList()
        {
            EnumExtendedBase <LocoFunctionRefreshMode> .MyList a = new EnumExtendedBase <LocoFunctionRefreshMode> .MyList();

            a.Add(new LocoFunctionRefreshModeExtended(LocoFunctionRefreshMode.f0tof4));
            a.Add(new LocoFunctionRefreshModeExtended(LocoFunctionRefreshMode.f0tof8));
            a.Add(new LocoFunctionRefreshModeExtended(LocoFunctionRefreshMode.f0tof12));
            a.Add(new LocoFunctionRefreshModeExtended(LocoFunctionRefreshMode.f0tof20));
            a.Add(new LocoFunctionRefreshModeExtended(LocoFunctionRefreshMode.f0tof28));
            return(a);
        }