Exemplo n.º 1
0
 public static IZone GetZone(ZoneLevel level)
 {
     switch (level)
     {
         case ZoneLevel.One:
             return Zone1.Instance;
         default:
             throw new NotImplementedException();
     }
 }
Exemplo n.º 2
0
        public static IZone GetZone(ZoneLevel level)
        {
            switch (level)
            {
            case ZoneLevel.One:
                return(Zone1.Instance);

            default:
                throw new NotImplementedException();
            }
        }