autosos-maui/AppShell.xaml.cs

9 lines
134 B
C#
Raw Permalink Normal View History

2023-12-28 17:29:36 +08:00
namespace autosos_maui;
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}