예제 #1
0
 public static void Main(string[] args)
 {
     FiftenPuzzle game = new FiftenPuzzle();
     game.Size = new Size(817, 847);
     Application.Run(game);
 }