using TINK.ViewModel.RootShell; using Xamarin.Forms; namespace TINK.View.RootShell { public partial class AppShell : Shell { public AppShell() { InitializeComponent(); BindingContext = new AppShellViewModel(); } } }