11 lines
211 B
C#
Raw Permalink Normal View History

2025-02-28 09:31:23 +03:00
using Foundation;
namespace MAUIIP_407
{
[Register("AppDelegate")]
public class AppDelegate : MauiUIApplicationDelegate
{
protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
}
}