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

12 lines
208 B
C#

namespace Blahblah.FlowerStory
{
public partial class App : Application
{
public App()
{
InitializeComponent();
MainPage = new AppShell();
}
}
}