ServicePartsStockManagement.../AppSAV/Platforms/iOS/AppDelegate.cs
2025-01-16 15:15:49 +01:00

9 lines
202 B
C#

using Foundation;
namespace AppSAV;
[Register("AppDelegate")]
public class AppDelegate : MauiUIApplicationDelegate
{
protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
}