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