Files
Navigation_MAUI/AppShell.xaml.cs

12 lines
174 B
C#

using Navigation_Between.Interface;
namespace Navigation_Between;
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}