Example #1
0
 static void Main(string[] args)
 {
     // 现在客户端可以通过电适配要使用2个孔的插头了
     ThreeHole threehole = new PowerAdapter();
     threehole.Request();
     Console.ReadLine();
 }
Example #2
0
        static void Main(string[] args)
        {
            // 现在客户端可以通过电适配要使用2个孔的插头了
            ThreeHole threehole = new PowerAdapter();

            threehole.Request();
            Console.ReadLine();
        }