示例#1
0
 static void Main(string[] args)
 {
     User user1 = new User("test_user", "Thomas", "Amnet", 23);
     user1.ShowInfo();
     Console.ReadKey();
 }