AldarisX
2025-04-07 d43d0853dcf3a1db04302c7b527e92ace3ccfb55
1
2
3
4
5
6
7
8
9
using Foundation;
 
namespace MauiApp1;
 
[Register("AppDelegate")]
public class AppDelegate : MauiUIApplicationDelegate
{
    protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
}