Files
NoteApp_MAUI/AppShell.xaml.cs
T

10 lines
124 B
C#

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