コード例 #1
0
 internal void UpdateErrors(MessageSnapshot errors)
 {
     this.CurrentSnapshot.NextSnapshot = errors;
     this.CurrentSnapshot = errors;
 }
コード例 #2
0
 public MessageFactory(MessageSnapshot s)
 {
     this.CurrentSnapshot = s;
 }