using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace FundemantalsProject
{
class Program
{
static void Main(string[] args)
{
DelegateTest test = new DelegateTest();
test.Test();
}
}
}
Dosyayı İndir