initial
This commit is contained in:
11
Billing.Shared/Views/AccountPage.xaml.cs
Normal file
11
Billing.Shared/Views/AccountPage.xaml.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using Billing.UI;
|
||||
|
||||
namespace Billing.Views;
|
||||
|
||||
public partial class AccountPage : BillingPage
|
||||
{
|
||||
public AccountPage()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user