コード例 #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());
 }