feature: shortcut

This commit is contained in:
2022-03-17 20:29:27 +08:00
parent 60f7824cb5
commit ef5e91aad1
18 changed files with 118 additions and 36 deletions

View File

@@ -1,3 +1,4 @@
using Billing.Views;
using Xamarin.Forms;
namespace Billing
@@ -6,6 +7,8 @@ namespace Billing
{
public MainShell()
{
Routing.RegisterRoute("Bills/Details", typeof(AddBillPage));
InitializeComponent();
}
}