MainPage.xaml 461 B

12345678910
  1. <forms:WindowsPage
  2. x:Class="MyWeather.UWP.MainPage"
  3. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  4. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  5. xmlns:local="using:MyWeather.UWP"
  6. xmlns:forms="using:Xamarin.Forms.Platform.UWP"
  7. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  8. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  9. mc:Ignorable="d">
  10. </forms:WindowsPage>