flower-story/FlowerApp/AppShell.xaml.cs
2023-08-02 23:45:04 +08:00

13 lines
257 B
C#

using Blahblah.FlowerApp.Views.Garden;
namespace Blahblah.FlowerApp;
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
//Routing.RegisterRoute("Garden/AddFlower", typeof(AddFlowerPage));
}
}