Exemplo n.º 1
0
        private void OnSuccess(int id)
        {
            var matchingSource = sourceService.GetById(id);

            adapter.Add(matchingSource);
            sourceTableView.ReloadData();
        }