13 lines
257 B
C#
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));
|
|
}
|
|
} |