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

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
+2 -2
View File
@@ -8,7 +8,7 @@ namespace Example.Frontend
{
public class ClientBasedPrinter : IPrinter
{
public void OnPrintExternal(IPage p0)
public void OnPrintExternal(IPage p0, RequestContext ro)
{
}
@@ -29,7 +29,7 @@ namespace Example.Frontend
return new ClientBasedPage();
}
public event Action<IPage>? OnPrint;
public event Action<IPage, RequestContext>? OnPrint;
public void Dispose()
{