MobileApp/AppShell.xaml.cs

11 lines
163 B
C#
Raw Permalink Normal View History

2025-02-27 14:36:49 +03:00
namespace MauiAppSim
{
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}
}