Statistiques
| Branche: | Révision:

inraetemplate / INRAETemplate / Platforms / MacCatalyst / AppDelegate.cs @ fa2aa88f

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

1 fa2aa88f ajournaux
using Foundation;
2
3
namespace INRAETemplate;
4
5
[Register("AppDelegate")]
6
public class AppDelegate : MauiUIApplicationDelegate
7
{
8
	protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
9
}