diff options
author | marcinzelent <marcin@zelent.net> | 2017-02-04 17:46:03 +0100 |
---|---|---|
committer | marcinzelent <marcin@zelent.net> | 2017-02-04 17:46:03 +0100 |
commit | 1d65134c461d6648b5556847565d37f898db5ad0 (patch) | |
tree | d9ecabc0fb0d2e79ac57f176e152dfcb5802178c /France_Vacances/FVUnitTest/UnitTestApp.xaml | |
parent | ffbe744e0807d0d70d31220fece2a034e56509cf (diff) |
Repo copy.
Diffstat (limited to 'France_Vacances/FVUnitTest/UnitTestApp.xaml')
-rw-r--r-- | France_Vacances/FVUnitTest/UnitTestApp.xaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/France_Vacances/FVUnitTest/UnitTestApp.xaml b/France_Vacances/FVUnitTest/UnitTestApp.xaml new file mode 100644 index 0000000..59d6a1d --- /dev/null +++ b/France_Vacances/FVUnitTest/UnitTestApp.xaml @@ -0,0 +1,8 @@ +<Application + x:Class="FVUnitTest.App" + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:local="using:FVUnitTest" + RequestedTheme="Light"> + +</Application> |