remade into 1 project

remade into 1 project
This commit is contained in:
2026-03-14 18:33:38 -04:00
parent ee37ddf2b8
commit d3d52c3553
42 changed files with 1971 additions and 1946 deletions

View File

@@ -1,15 +1,15 @@
using ObjCRuntime;
using UIKit;
namespace RelayClient;
public class Program
{
// This is the main entry point of the application.
static void Main(string[] args)
{
// if you want to use a different Application Delegate class from "AppDelegate"
// you can specify it here.
UIApplication.Main(args, null, typeof(AppDelegate));
}
using ObjCRuntime;
using UIKit;
namespace RelayClient;
public class Program
{
// This is the main entry point of the application.
static void Main(string[] args)
{
// if you want to use a different Application Delegate class from "AppDelegate"
// you can specify it here.
UIApplication.Main(args, null, typeof(AppDelegate));
}
}