Blazor Hybrid / .NET MAUI support
This commit is contained in:
9
Oqtane.Maui/Platforms/MacCatalyst/AppDelegate.cs
Normal file
9
Oqtane.Maui/Platforms/MacCatalyst/AppDelegate.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using Foundation;
|
||||
|
||||
namespace Oqtane.Maui;
|
||||
|
||||
[Register("AppDelegate")]
|
||||
public class AppDelegate : MauiUIApplicationDelegate
|
||||
{
|
||||
protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
|
||||
}
|
Reference in New Issue
Block a user