Statistiques
| Branche: | Révision:

root / GES_PAC / View / SetListView.xaml.cs @ 1019554c

Historique | Voir | Annoter | Télécharger (205 octets)

1 09d4a0de lbihannic
using GES_PAC.ViewModel;
2
3
namespace GES_PAC.View;
4
5
public partial class SetListView
6
{
7
    public SetListView()
8
    {
9
        InitializeComponent();
10
        BindingContext = new SetListViewModel();
11
    }
12
}