예제 #1
0
        public async Task Init()
        {
            bool successful = await SafeOperation(
                TaskEx.Run(async() => Speakers = await _campService.ListSpeakers()));

            FinishedLoading(successful);
        }