Exemple #1
0
 public static IAsyncOperation <bool> InstallTileBackground()
 {
     return(WinkTile.InstallTile(true).AsAsyncOperation());
 }
 /// <summary>
 /// Update the page of data displayed within our tile
 /// </summary>
 private void UpdatePageData()
 {
     WinkTile.UpdatePageData(this.bandClient);
 }
Exemple #3
0
 public static IAsyncOperation <bool> InstallTile()
 {
     return(WinkTile.InstallTile(false).AsAsyncOperation());
 }