示例#1
0
        public static void Main()
        {
            var phone = new SmartPhone("Smartphone");

            TestPhone(phone);
        }