Example #1
0
 public void IngresoGrupo()
 {
     Cone group = new Cone();
     group.New_Group(this.codigo, this.nombre);
 }