Agent Catalog and Maui Test

This commit is contained in:
2026-06-08 20:23:23 -04:00
parent 7310e4ed71
commit e9d60e3983
50 changed files with 2637 additions and 0 deletions
@@ -0,0 +1,9 @@
using Foundation;
namespace Hybrid;
[Register("AppDelegate")]
public class AppDelegate : MauiUIApplicationDelegate
{
protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
}