Esempio n. 1
0
 public static TileNotification CreateNewCyclicTile(CyclicTile tile, FlipTile tileForWP75AndBelow = null)
 {
     return(new TileNotification
     {
         WP75Tile = tileForWP75AndBelow,
         WP7Tile = tileForWP75AndBelow,
         WP8Tile = tile
     });
 }
Esempio n. 2
0
 public static TileNotification CreateNewFlipTile(FlipTile tile)
 {
     return(new TileNotification
     {
         WP75Tile = tile,
         WP7Tile = tile,
         WP8Tile = tile,
     });
 }
 public static TileNotification CreateNewCyclicTile(CyclicTile tile, FlipTile tileForWP75AndBelow = null)
 {
     return new TileNotification
     {
         WP75Tile = tileForWP75AndBelow,
         WP7Tile = tileForWP75AndBelow,
         WP8Tile = tile
     };
 }
 public static TileNotification CreateNewFlipTile(FlipTile tile)
 {
     return new TileNotification
     {
         WP75Tile = tile,
         WP7Tile = tile,
         WP8Tile = tile,
     };
 }