Import inital de l'application mobile Xamarin
This commit is contained in:
parent
9f36b8b89c
commit
0d8d159285
157 changed files with 13250 additions and 0 deletions
8
BookAStar/BookAStar.UWP/App.xaml
Normal file
8
BookAStar/BookAStar.UWP/App.xaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<Application
|
||||
x:Class="App2.UWP.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="using:App2.UWP"
|
||||
RequestedTheme="Light">
|
||||
|
||||
</Application>
|
||||
Loading…
Add table
Add a link
Reference in a new issue