예제 #1
0
파일: Program.cs 프로젝트: tnimas/TicTacToe
 static void Main()
 {
     //           try
     //           {
         var game = new Game();
         game.Init();
     //
     //            }
     //            catch (Exception e)
     //            {
     //                throw;
     //                MessageBox.Show(e.Message);
     //            }
 }