Exemplo n.º 1
0
        public void Main()
        {
            DelegatString str = new DelegatString();

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

            TestMSG msg = new TestMSG(str.Tekst1);

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