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