Пример #1
0
 public void UpdateFromCopy(TrackedSong other)
 {
   this.Name = other.Name;
   this.Loops = other.Loops;
   this.Tempo = other.Tempo;
   this.TimeSignature = other.TimeSignature;
   this.Notes = other.Notes;
   this.AssembleChord = other.AssembleChord;
   this.RandomOrdering = other.RandomOrdering;
   this.CustomOrdering = other.CustomOrdering;
 }
Пример #2
0
 public void UpdateFromCopy(TrackedSong other)
 {
     this.Name           = other.Name;
     this.Loops          = other.Loops;
     this.Tempo          = other.Tempo;
     this.TimeSignature  = other.TimeSignature;
     this.Notes          = other.Notes;
     this.AssembleChord  = other.AssembleChord;
     this.RandomOrdering = other.RandomOrdering;
     this.CustomOrdering = other.CustomOrdering;
 }