BlankPage.xaml (519B)
1 <Page 2 x:Class="File360.BlankPage" 3 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 4 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 5 xmlns:local="using:File360" 6 xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 7 xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 8 mc:Ignorable="d"> 9 <Page.Resources> 10 11 </Page.Resources> 12 <Page.Background> 13 <SolidColorBrush Color="#FFAC6A8E"/> 14 </Page.Background> 15 16 </Page>