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