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