Client udp service

This commit is contained in:
2025-05-03 21:43:02 +03:00
parent f62a4943b9
commit 4f18f41389
11 changed files with 143 additions and 15 deletions
+5
View File
@@ -10,6 +10,11 @@ namespace Example.Backend
{
public string Name;
public async Task SomeoneIsApproaching(string humanName)
{
Console.WriteLine(humanName + " is approaching");
}
public void OnPrintExternal(IPage p0, RequestContext ro)
{
OnPrint?.Invoke(p0, ro);