Statistiques
| Branche: | Révision:

sicpaconnexions / SICPA_Connexions / View / AboutView.xaml.cs @ 03682d21

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

1
namespace SICPA_Connexions.View
2
{
3
    public partial class AboutView : ContentPage
4
    {
5
        public AboutView()
6
        {
7
            InitializeComponent();
8
        }
9
    }
10
}