blob: 559c3295a13a345083dd39ba7f0a6c735c865949 (
plain)
1
2
3
4
5
6
7
|
<?xml version="1.0" encoding="utf-8" ?>
<Application xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="controller.App">
<Application.Resources>
</Application.Resources>
</Application>
|