MainPage.xaml 279 B

123456
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
  4. x:Class="TransportMauiApp.MainPage"
  5. BackgroundColor="#F4F7FA">
  6. </ContentPage>