Statistiques
| Branche: | Révision:

root / GES_PAC / View / SetListView.xaml.cs @ fff89fc5

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

1
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
}