Example #1
0
        private async void DownloadSpotlightItem_OnClick(object sender, RoutedEventArgs e)
        {
            var context = sender.GetDataContext <SpotlightArticle>();

            await PixivEx.DownloadSpotlight(context);

            MessageQueue.Enqueue(Externally.DownloadSpotlightComplete(context));
        }