Как то работает, но плохо...

This commit is contained in:
2025-03-11 19:42:10 +03:00
parent 76f395dce5
commit 4033ae53eb
16 changed files with 148 additions and 102 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ namespace Example.Shared
double Resource { get; set; }
string GetName();
Task<IPage> Print(string text, bool someParameter, RequestContext context, CancellationToken cancellationToken);
event Action<IPage> OnPrint;
event Action<IPage, RequestContext> OnPrint;
}
}