Example #1
0
 public void add_tolist(contact c)
 {
     this.list.Add(c);
 }