static void Main(string[] args) { //DuckTestDrive.Run(); //App.Run(); HomeTheaterTestDrive.Run(); Console.Read(); }
static void Main(string[] args) { HomeTheaterTestDrive.Run(); Console.ReadKey(); }