예제 #1
0
 public static IAsyncOperation <bool> InstallTileBackground()
 {
     return(WinkTile.InstallTile(true).AsAsyncOperation());
 }
예제 #2
0
 public static IAsyncOperation <bool> InstallTile()
 {
     return(WinkTile.InstallTile(false).AsAsyncOperation());
 }