Esempio n. 1
0
 public Deck(IShuffleMethod shuffle) : this()
 {
     ShuffleMethod = shuffle;
 }
Esempio n. 2
0
 public Deck(IShuffleMethod shuffle)
     : this()
 {
     ShuffleMethod = shuffle;
 }