Example #1
0
        public void Main()
        {
            DelegatString str = new DelegatString();

            TestMSG msg = new TestMSG(str.Tekst1);
            msg += str.Tekst2;
            Console.WriteLine(msg("YFHGFhgfhgfhgfHGFhgfh"));
        }
Example #2
0
        public void Main()
        {
            DelegatString str = new DelegatString();

            TestMSG msg = new TestMSG(str.Tekst1);

            msg += str.Tekst2;
            Console.WriteLine(msg("YFHGFhgfhgfhgfHGFhgfh"));
        }