public static void Main() { SnakeGame.App app = new SnakeGame.App(); app.InitializeComponent(); app.Run(); }