Esempio n. 1
0
 public Event Copy()
 {
     return(new Event(Index, Name, CopyableEntry.CopyList <Command>(CommandList), DataSection.Copy(), TextSection.Copy(), OriginalTextSection.Copy(), new List <byte>(OriginalBytes)));
 }