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