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