コード例 #1
0
 static void Main(string[] args)
 {
     var pesho = new Human();
     pesho.CreateHuman(2);
     Console.WriteLine(pesho.Sex);
     Console.WriteLine(pesho.Age);
 }