Ejemplo n.º 1
0
        public static async Task <bool> TryGetEventsAsync()
        {
            var events = await UserSnippets.GetEventsAsync();

            return(events != null);
        }