예제 #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");
        }