AppShell.xaml.cs 124 B

123456789
  1. namespace TransportMauiApp;
  2. public partial class AppShell : Shell
  3. {
  4. public AppShell()
  5. {
  6. InitializeComponent();
  7. }
  8. }