Statistiques
| Branche: | Révision:

inraetemplate / INRAETemplate / View / SettingsView.xaml.cs @ master

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

1 fa2aa88f ajournaux
namespace INRAETemplate.View;
2
3
public partial class SettingsView : ContentPage
4
{
5
	public SettingsView()
6
	{
7
		InitializeComponent();
8
	}
9
}