示例#1
0
 public void RestoreSnapshot(IMemento snapshot)
 {
     Tiles = snapshot.GetTiles();
     Theme = snapshot.GetTheme();
 }