Statistiques
| Branche: | Révision:

inraetemplate / INRAETemplate / App.xaml.cs @ 7b67ff55

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

1 fa2aa88f ajournaux
namespace INRAETemplate;
2
3
public partial class App : Application
4
{
5
	public App()
6
	{
7
		InitializeComponent();
8
9
		MainPage = new AppShell();
10
	}
11
}