Historique | Voir | Annoter | Télécharger (222 octets)
using INRAETemplate.ViewModel;
namespace INRAETemplate.View;
public partial class AboutView : ContentPage
{
public AboutView()
InitializeComponent();
this.BindingContext = new AboutViewModel();
}