I18NCommander/I18N Commander/UI MAUI/Platforms/MacCatalyst/AppDelegate.cs

9 lines
211 B
C#

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