Statistiques
| Branche: | Révision:

sicpaconnexions / SICPA_Connexions / Platforms / iOS / AppDelegate.cs @ 87e7d061

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

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