Ejemplo n.º 1
0
 public Linker()
 {
     oc = JsonManager.LoadJsonBase();
 }
Ejemplo n.º 2
0
 public void Delete(Person p)
 {
     oc.Remove(p);
     JsonManager.PeopleToJson(oc);
     currentPerson = null;
 }