Files
ExemploAppMAUI/GuilhermesApp/Platforms/MacCatalyst/AppDelegate.cs
Guilherme Gaspar 44f456eb29 Guilhermes
2026-03-23 17:42:36 +00:00

10 lines
207 B
C#

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