public static TileNotification CreateNewCyclicTile(CyclicTile tile, FlipTile tileForWP75AndBelow = null) { return(new TileNotification { WP75Tile = tileForWP75AndBelow, WP7Tile = tileForWP75AndBelow, WP8Tile = tile }); }
public static TileNotification CreateNewCyclicTile(CyclicTile tile, FlipTile tileForWP75AndBelow = null) { return new TileNotification { WP75Tile = tileForWP75AndBelow, WP7Tile = tileForWP75AndBelow, WP8Tile = tile }; }