No Description

App.xaml 260B

123456789
  1. <Application
  2. x:Class="ViewShotExample.App"
  3. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  4. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  5. xmlns:local="using:ViewShotExample"
  6. RequestedTheme="Light">
  7. </Application>