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

11 lines
172 B
C#

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