Example #1
0
        private async Task DeleteTileAsync(string from, string to)
        {
            var secondaryTileId = string.Format("{0}-{1}", from, to);
            await _tileService.DeleteTileAsync(secondaryTileId);

            OnPinModeChanged();
        }