Beispiel #1
0
 //Crear grupo
 public bool createParty()
 {
     Party_CAD item = new Party_CAD();
     return item.createParty(this);
 }