Пример #1
0
 public void AppendNoteData(NoteData newData, NoteType targetType)
 {
     data      = newData.Clone();
     data.type = targetType;
 }