Пример #1
0
        static void Main(string[] args)
        {
            Console.WriteLine("Hello World!");

            ReflectionOnCustomer.test();
            //  obj.test();
        }
Пример #2
0
        static void Main(string[] args)
        {
            CustomerInfo customerInfo = new CustomerInfo();
            //customerInfo.set_Name("Hell");

            ReflectionOnCustomer reflectionOnCustomer = new ReflectionOnCustomer();

            reflectionOnCustomer.ReflectionTest();
        }