using Xamarin.Forms; namespace Billing { public partial class MainShell : Shell { public MainShell() { InitializeComponent(); } } }