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