Exemplo n.º 1
0
 public static IAsyncOperation <bool> InstallTileBackground()
 {
     return(WinkTile.InstallTile(true).AsAsyncOperation());
 }
Exemplo n.º 2
0
 public static IAsyncOperation <bool> InstallTile()
 {
     return(WinkTile.InstallTile(false).AsAsyncOperation());
 }