예제 #1
0
        } // end constructor

        private Deck(Cards newCards)
        {
            cards = newCards;
        }