initial version

This commit is contained in:
2023-05-18 12:37:05 +08:00
parent 162660a72b
commit f4cb38642d
25 changed files with 898 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
namespace Blahblah.FlowerStory
{
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}
}