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