Statistiques
| Branche: | Révision:

root / GES_PAC / View / ExportDataView.xaml.cs @ 957bebf1

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

1
using GES_PAC.ViewModel;
2

    
3
namespace GES_PAC.View;
4

    
5
public partial class ExportDataView
6
{
7
    public ExportDataView()
8
    {
9
        InitializeComponent();
10
        BindingContext = new ExportDataViewModel();
11
    }
12
}