flower-story/FlowerApp/AppShell.xaml.cs
2023-07-19 21:01:19 +08:00

9 lines
140 B
C#

namespace Blahblah.FlowerApp;
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}