Révision 7b67ff55 INRAETemplate/View/AboutView.xaml.cs

Voir les différences:

INRAETemplate/View/AboutView.xaml.cs
1
using INRAETemplate.ViewModel;
2

  
1 3
namespace INRAETemplate.View;
2 4

  
3 5
public partial class AboutView : ContentPage
......
5 7
	public AboutView()
6 8
	{
7 9
		InitializeComponent();
8
	}
10
		this.BindingContext = new AboutViewModel();
11
    }
9 12
}

Formats disponibles : Unified diff