Пример #1
0
 public RoParentWithOutCP()
 {
     _kids = new KidList();
 }
Пример #2
0
 public RwParentWithOutCP()
 {
     RwKids = new KidList();
 }