コード例 #1
0
 private void onClickPreviousColor(object sender, RoutedEventArgs e)
 {
     PlayerColor = _ColorHandler.GetNextPawnColor();
 }