Files
pos-system/apps/app-client-base-net/AppShell.xaml.cs

10 lines
130 B
C#

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