コード例 #1
0
ファイル: Grupo.cs プロジェクト: FJSOTO/Tienda-Plaza
 public void IngresoGrupo()
 {
     Cone group = new Cone();
     group.New_Group(this.codigo, this.nombre);
 }