private static void TransformNote(GDMTree tree, GDMNotes note) { GDMNoteRecord noteRec = tree.CreateNote(); noteRec.Lines.Assign(note.Lines); note.Clear(); note.Value = noteRec; }
private void TransformNote(GDMNotes note) { GDMNoteRecord noteRec = fTree.CreateNote(); noteRec.Lines.Assign(note.Lines); note.Clear(); note.XRef = noteRec.XRef; }