maui-linux/samples/ControlGallery/AppShell.xaml.cs

10 lines
134 B
C#

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