Пример #1
0
 private void init()
 {
     person = new Person();
     person.suchPopulate();
     nameArray = person.getValues();
 }