В WinPhone я знаю надо так:
using Microsoft.Phone.Tasks;
MarketplaceReviewTask t = new MarketplaceReviewTask();
t.show;
Собственно как это сделать в WinStore приложениях. Или это тоже microsoft убрали?
Потому что этот код не пашет.
Эх вставил в проект. И вот что пишет:
Error 1 The best overloaded method match for 'Windows.System.Launcher.LaunchUriAsync(System.Uri)' has some invalid arguments C:\Users\User\Documents\Visual Studio 2013\Projects\Prj1\Prj1\MainPage.xaml.cs 326 19 Prj1
Error 2 Argument 1: cannot convert from 'string' to 'System.Uri' C:\Users\User\Documents\Visual Studio 2013\Projects\Prj1\Prj1\MainPage.xaml.cs 326 58 Prj1
Error 3 The 'await' operator can only be used within an async method. Consider marking this method with the 'async' modifier and changing its return
type to 'Task'. C:\Users\User\Documents\Visual Studio 2013\Projects\Prj1\Prj1\MainPage.xaml.cs 326 13 Prj1