示例#1
0
 private void InsertRepresentation(ScrObjLibraryEntry entry, int pos)
 {
     representations.Insert(pos, entry.GenerateRepresentation());
 }
示例#2
0
 private void AddRepresentation(ScrObjLibraryEntry entry)
 {
     representations.Add(entry.GenerateRepresentation());
 }