Example #1
0
        private void DeleteTile(string from, string to)
        {
            var url = string.Format("/Views/ConverterPageView.xaml?from={0}&to={1}", from, to);

            _tileService.DeleteTile(url);

            OnPinModeChanged();
        }