public static void Main() { // Create an instance of our application class BPACheck app = new BPACheck(); // Run the application app.Run(); }