Как то худо-бедно начинает работать лучше

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