App.xaml 286 B

12345678
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <Application xmlns="http://xamarin.com/schemas/2014/forms"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
  4. x:Class="ConnectionTest.App">
  5. <Application.Resources>
  6. </Application.Resources>
  7. </Application>