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