Skip to content

Commit

Permalink
Update PipsPagerPage.xaml.cs (microsoft#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregwoo-microsoft authored May 12, 2022
1 parent 09e8d84 commit 6acd42b
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions XamlControlsGallery/ControlPages/PipsPagerPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@ public sealed partial class PipsPagerPage : Page
{
public List<string> Pictures = new List<string>()
{
"Assets/SampleMedia/LandscapeImage1.jpg",
"Assets/SampleMedia/LandscapeImage2.jpg",
"Assets/SampleMedia/LandscapeImage3.jpg",
"Assets/SampleMedia/LandscapeImage4.jpg",
"Assets/SampleMedia/LandscapeImage5.jpg",
"Assets/SampleMedia/LandscapeImage6.jpg",
"Assets/SampleMedia/LandscapeImage7.jpg",
"Assets/SampleMedia/LandscapeImage8.jpg",
"ms-appx:///Assets/SampleMedia/cliff.jpg",
"ms-appx:///Assets/SampleMedia/grapes.jpg",
"ms-appx:///Assets/SampleMedia/rainier.jpg",
"ms-appx:///Assets/SampleMedia/sunset.jpg",
"ms-appx:///Assets/SampleMedia/valley.jpg",
};
public PipsPagerPage()
{
Expand Down

0 comments on commit 6acd42b

Please sign in to comment.