コード例 #1
0
 public OutcomeUnitSummary(UnitSnapshot before)
 {
     this.before = before;
     after       = null;
 }
コード例 #2
0
 public OutcomeUnitSummary(UnitSnapshot before, UnitSnapshot after)
 {
     this.before = before;
     this.after  = after;
 }