Statistiques
| Branche: | Révision:

root / GES_PAC / Platforms / MacCatalyst / AppDelegate.cs @ 9fd69a0e

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

1
using Foundation;
2

    
3
namespace GES_PAC;
4

    
5
[Register("AppDelegate")]
6
public class AppDelegate : MauiUIApplicationDelegate
7
{
8
	protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
9
}