Ejemplo n.º 1
0
        public static TShirt SelectRandomShirt()
        {
            int selectedIndex = Rnd.NextInt(AllShirts.Length);

            return(AllShirts[selectedIndex]);
        }