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