コード例 #1
0
 public Node(string name, int tel, string em)
 {
     Contato = new Contato(name, tel, em);
 }
コード例 #2
0
 public Node()
 {
     Contato = new Contato();
 }