В теории должен работать обновленные бэкэнд
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user