Beispiel #1
0
 /// <summary>
 /// Delegate method for the ShareAppCommand command.
 /// </summary>
 public void ShareAppCommandDelegate()
 {
     if (_shareService.AppExistInMarketPlace())
     {
         AppLink = Windows.ApplicationModel.Store.CurrentApp.LinkUri.AbsoluteUri;
     }
     _shareService.Share(Title, Description, AppLink);
 }