Esempio n. 1
0
        static void Main(string[] args)
        {
            //DuckTestDrive.Run();
            //App.Run();
            HomeTheaterTestDrive.Run();

            Console.Read();
        }
Esempio n. 2
0
 static void Main(string[] args)
 {
     HomeTheaterTestDrive.Run();
     Console.ReadKey();
 }