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

            adapter.Charging();
            Console.ReadLine();
        }