Beispiel #1
0
 public void SyncToLatestPropState(ILastestPropState state)
 {
     AppearanceUtils.CopyLatestPropState(this, state);
 }
Beispiel #2
0
 public void SyncFromLatestPropState(ILastestPropState state)
 {
     AppearanceUtils.CopyLatestPropState(state, this);
 }