Example #1
0
 public string ChooseColor()
 {
     return(_strategy?.ChooseColor(_board));
 }