Добавлена поддержка нескольких параметров в кодген

This commit is contained in:
2025-03-07 09:01:21 +03:00
parent c802f337c7
commit 8d082d1ed4
9 changed files with 80 additions and 25 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ class Program
Console.WriteLine(string.Join(", ", names));
var page = disposingPrinter.Print("Test Page", new CancellationToken()).GetAwaiter().GetResult();
var page = disposingPrinter.Print("Test Page", false, CancellationToken.None).GetAwaiter().GetResult();
Console.WriteLine("Page printed");
Console.WriteLine(page.ToString());
var data = page.GetData();