New system

This commit is contained in:
2026-03-14 18:25:47 -04:00
parent b11bb89936
commit 69f1ecfc51
50 changed files with 1283 additions and 579 deletions

View File

@@ -0,0 +1,9 @@
using Foundation;
namespace RelayClient;
[Register("AppDelegate")]
public class AppDelegate : MauiUIApplicationDelegate
{
protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
}