Exemplo n.º 1
0
        internal void UpdateStrapp(CargoStrapp strapp)
        {
            _client.UpdateStrapp(strapp);

            // here is where it gets a bit hairy. If we just call UpdateStrapp alone
            // it will shove the updated Tile at the end of the strip, which is undesirable
            // so let's resave the strip so that the tiles go back to the same location
            Save();
        }