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