sicpaconnexions / SICPA_Connexions / View / AnimalView.xaml.cs @ 87e7d061
Historique | Voir | Annoter | Télécharger (336 octets)
1 | 87e7d061 | ajournaux | using SICPA_Connexions.ViewModel; |
---|---|---|---|
2 | |||
3 | namespace SICPA_Connexions.View |
||
4 | { |
||
5 | [XamlCompilation(XamlCompilationOptions.Skip)] |
||
6 | public partial class AnimalView : ContentPage |
||
7 | { |
||
8 | public AnimalView() |
||
9 | { |
||
10 | InitializeComponent(); |
||
11 | this.BindingContext = new AnimalViewModel(); |
||
12 | } |
||
13 | } |
||
14 | } |