Пример #1
0
 public Card(CardColors color, CardFigures figure)
 {
     this.color = color;
     this.figure = figure;
 }
Пример #2
0
 public Card(CardColors color, CardFigures figure)
 {
     this.color  = color;
     this.figure = figure;
 }