コード例 #1
0
ファイル: UI.cs プロジェクト: softpsyche/TicTacToe
        private void Populate()
        {
            Console.WriteLine("Populating database, this may take a few minutes...");

            _databaseBuilder.PopulateMoveResponses();

            Console.WriteLine("Finished populating database");
        }