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