コード例 #1
0
 public PropertyUpdateContext(SolutionSnapshot theSnapshot, DisplayModel theDisplay, ModelModel theModel)
 {
     Snapshot = theSnapshot;
     Display  = theDisplay;
     Model    = theModel;
 }