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