Esempio n. 1
0
/*================ Method Sets the suit of the card =============================*/

        public void GetCardSuite(ISuites newSuite)
        {
            this.cardSuite = newSuite;
        }
Esempio n. 2
0
 public Card(ISuites mCardSuite)
 {
     this.cardSuite = mCardSuite;
 }