Maui_ColorPlucker/ColorPlucker/AppShell.xaml.cs

10 lines
120 B
C#

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