Exemplo n.º 1
0
        private async void WikiMap_OnEventSelected(int id)
        {
            _currentEvent = await EventAnonymousDataService.GetById(id);

            EventDetail.DisplayEventDetail(_currentEvent);
        }
Exemplo n.º 2
0
 protected async override Task OnInitializedAsync()
 {
     _eventMarkers = await EventAnonymousDataService.GetAll();
 }