コード例 #1
0
        public List <CarColor> ShowCarColor()
        {
            var Color = Collect.Color();

            return(Color);
        }