Ejemplo n.º 1
0
 static void Main(string[] args)
 {
     Child c1 = new Child();
     c1.GetZ(4);
     c1.Show();
     Console.Read();
 }