language version degraded to 9.0

This commit is contained in:
2022-02-25 13:38:42 +08:00
parent 9a6011c3d8
commit e012110b00
32 changed files with 1287 additions and 1262 deletions

View File

@@ -1,11 +1,12 @@
using Xamarin.Forms;
namespace Billing;
public partial class MainShell : Shell
namespace Billing
{
public MainShell()
public partial class MainShell : Shell
{
InitializeComponent();
public MainShell()
{
InitializeComponent();
}
}
}
}