Archived
1
0

Playlist development 1

This commit is contained in:
Michael Gordeev
2018-07-26 22:54:30 +03:00
parent 66b3347023
commit 129ce17d2a
5 changed files with 128 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<Page
x:Class="FoxTube.Pages.History"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:FoxTube.Pages"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<Grid>
</Grid>
</Page>