Beispiel #1
0
        public static void Main()
        {
            MyApp thisApp = new MyApp();

            thisApp.Run();
        }
Beispiel #2
0
        private static void Main()
        {
            MyApp app = new MyApp();

            app.Run();
        }