Beispiel #1
0
        static void Main(string[] args)
        {
            IHello hi = HelloFactory.GetThisPartyStarted();

            Console.WriteLine(hi.SayHello());
            Console.ReadKey();
        }