Move example to examples dir and rename to basic

This commit is contained in:
Laurin Quast
2018-02-28 13:37:57 +01:00
parent 0d411a25f9
commit c820a9068c
68 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<Application
x:Class="VideoPlayer.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:VideoPlayer"
RequestedTheme="Light">
</Application>