コード例 #1
0
ファイル: Controller.cs プロジェクト: maritall101/TicTacToe
 public void button_pressed(string tempString)
 {
     _model.updateBoard(Convert.ToInt32(tempString));   //gör om string till int. skickar int till updateBoard
 }