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, }); }
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, }; }