示例#1
0
 public void RestoreState(IMemento memento)
 {
     this.ClientList       = memento.GetClientsSnapshot();
     this._stock           = (IStockBehaviour)memento.GetStockSnapshot();
     this.TransactionsList = memento.GetTransactionsSnapshot();
 }