private void OnShare(object sender, RoutedEventArgs e) { string appid = OkrBookContext.Current.App.AppId; if (string.IsNullOrEmpty(appid)) { appid = WMAppManifestUtils.GetWMAppManifest().ProductID; } OKrHelper.Share(OkrBookContext.Current.App.AppName, OkrBookContext.Current.App.AppId); }
private void OnUpdate(object sender, EventArgs e) { string appId = WMAppManifestUtils.GetWMAppManifest().ProductID; OKrHelper.Download(appId); }