Esempio n. 1
0
 internal void ApplyInternal(NoteEnriched enriched)
 {
     StatsApplied = enriched.When;
     Stats        = enriched.Stats;
 }
Esempio n. 2
0
 internal void Apply(NoteEnriched enriched)
 {
     this.StatsApplied = enriched.When;
     this.Stats        = enriched.Stats;
 }
Esempio n. 3
0
 protected void ApplyInternal(NoteEnriched enriched)
 {
     this.State.Apply(enriched);
 }