Historique | Voir | Annoter | Télécharger (245 octets)
using Foundation;
namespace SICPA_Connexions
{
[Register("AppDelegate")]
public class AppDelegate : MauiUIApplicationDelegate
protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
}