public static void Main() { MyApp thisApp = new MyApp(); thisApp.Run(); }
private static void Main() { MyApp app = new MyApp(); app.Run(); }