Statistiques
| Branche: | Révision:

inraetemplate / INRAETemplate / ViewModel / SettingsViewModel.cs @ 7b67ff55

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

1
using System;
2
using System.Collections.Generic;
3
using System.Linq;
4
using System.Text;
5
using System.Threading.Tasks;
6

    
7
namespace INRAETemplate.ViewModel
8
{
9
    public class SettingsViewModel
10
    {
11
    }
12
}