В теории должен работать обновленные бэкэнд

This commit is contained in:
2025-03-08 19:46:59 +03:00
parent 6aa11ba7c0
commit 4863010b47
9 changed files with 264 additions and 69 deletions
+1
View File
@@ -9,6 +9,7 @@ namespace Example.Shared
[SharedObjectInterface]
public interface IPrinter : IDisposable, IShared
{
decimal Resource { get; set; }
string GetName();
Task<IPage> Print(string text, bool someParameter, CancellationToken cancellationToken);
event Action<IPage> OnPrint;