Exemple #1
0
 public static void Main()
 {
     var thisApp = new MyApp();
     thisApp.Run();
 }
Exemple #2
0
        public static void Main()
        {
            var thisApp = new MyApp();

            thisApp.Run();
        }