flower-story/App/AppShell.xaml.cs
2023-05-23 08:37:20 +08:00

10 lines
172 B
C#

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