autosos-maui/AppShell.xaml.cs

9 lines
134 B
C#

namespace autosos_maui;
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}