inraetemplate / INRAETemplate / View / VivantView.xaml.cs @ 7b67ff55
Historique | Voir | Annoter | Télécharger (288 octets)
1 | fa2aa88f | ajournaux | using INRAETemplate.ViewModel; |
---|---|---|---|
2 | |||
3 | namespace INRAETemplate.View; |
||
4 | [XamlCompilation(XamlCompilationOptions.Skip)] |
||
5 | public partial class VivantView : ContentPage |
||
6 | { |
||
7 | 7b67ff55 | ajournaux | public VivantView(VivantViewModel vm) |
8 | { |
||
9 | InitializeComponent(); |
||
10 | this.BindingContext = vm; |
||
11 | } |
||
12 | fa2aa88f | ajournaux | } |