Ejemplo n.º 1
0
 public GedcomLine(GedcomLine gedcomLine)
 {
     Level   = gedcomLine.Level;
     Id      = gedcomLine.Id;
     Tag     = gedcomLine.Tag;
     Value   = gedcomLine.Value;
     Pointer = gedcomLine.Pointer;
 }
Ejemplo n.º 2
0
 public GedcomLineCollection(GedcomLine gedcomLine)
 {
     GedcomLines = new List <GedcomLine>();
     GedcomLines.Add(gedcomLine);
 }