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

9 lines
211 B
C#
Raw Permalink Normal View History

2022-08-06 21:48:23 +00:00
using Foundation;
namespace UI_MAUI;
[Register("AppDelegate")]
public class AppDelegate : MauiUIApplicationDelegate
{
protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
}