Beispiel #1
0
        static void Main(string[] args)
        {
            IThreeHole threehole = new PowerAdapter();

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

            Target target = new PowerAdapterObject();

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