1. Add the following statement to your code.
using Microsoft.Phone.Tasks;
2. Add the following code to your application wherever you need it, such as in a button click event.
MarketplaceHubTask marketplaceHubTask = new MarketplaceHubTask();
marketplaceHubTask.ContentType = MarketplaceContentType.Music;
marketplaceHubTask.Show();
No comments:
Post a Comment