示例#1
0
        private async void WikiMap_OnEventSelected(int id)
        {
            _currentEvent = await EventAnonymousDataService.GetById(id);

            EventDetail.DisplayEventDetail(_currentEvent);
        }
示例#2
0
 protected async override Task OnInitializedAsync()
 {
     _eventMarkers = await EventAnonymousDataService.GetAll();
 }