flower-story/FlowerStory/AppShell.xaml.cs
2023-05-18 12:37:05 +08:00

10 lines
172 B
C#

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