MFACodeGenerator/MFACodeGenerator.MAUI/AppShell.xaml.cs

10 lines
173 B
C#

namespace MFACodeGenerator.MAUI
{
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}
}