static void Main(string[] args) { Console.WriteLine("Hello World!"); ReflectionOnCustomer.test(); // obj.test(); }
static void Main(string[] args) { CustomerInfo customerInfo = new CustomerInfo(); //customerInfo.set_Name("Hell"); ReflectionOnCustomer reflectionOnCustomer = new ReflectionOnCustomer(); reflectionOnCustomer.ReflectionTest(); }