Statistiques
| Branche: | Révision:

rfid-cb / CodeBarreRFID / Platforms / MacCatalyst / AppDelegate.cs @ 0f2b4298

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

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