Example #1
0
 public AddressBookTester()
 {
     Book = new AddressBook();
     Me = new Person("Vlad", "Tsvang");
     Professor = new Person("Paramsothy", "Thananjeyan");
 }
Example #2
0
 public AddressBookTester()
 {
     Book      = new AddressBook();
     Me        = new Person("Vlad", "Tsvang");
     Professor = new Person("Paramsothy", "Thananjeyan");
 }