Exemple #1
0
 public PhoneBook()
 {
     contactList = new MyLinkedList <Contact>();
 }