Subversion Repository Public Repository

Nextrek

Diff Revisions 798 vs 799 for /Android/SmartCharging/SmartCharging_WP/SmartCharging/IntroPage.xaml

Diff revisions: vs.
  @@ -9,7 +9,7 @@
9 9 Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
10 10
11 11 <Grid x:Name="LayoutRoot">
12 - <FlipView HorizontalAlignment="Stretch" VerticalAlignment="Stretch" x:Name="IntroFlipView" ManipulationMode="All" Tapped="IntroFlipView_Tapped"
12 + <FlipView HorizontalAlignment="Stretch" VerticalAlignment="Stretch" x:Name="IntroFlipView" ManipulationMode="All" Tapped="IntroFlipView_Tapped" PointerPressed="IntroFlipView_PointerPressed" ManipulationStarted="IntroFlipView_ManipulationStarted_1" ManipulationStarting="IntroFlipView_ManipulationStarting" PointerEntered="IntroFlipView_PointerEntered"
13 13 >
14 14
15 15