Additional preprocessor changes

This commit is contained in:
2025-05-05 16:34:57 +03:00
parent ff4c3ecee3
commit 82c1cf72a0
2 changed files with 25 additions and 6 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ class Program
DemoCheck.CreatingPrinter = true;
disposingPrinter.OnPrint += (_, _) =>
{
Console.WriteLine("New page creater. Called from event!!!");
Console.WriteLine("New page created. Called from event!!!");
DemoCheck.EventCallback = true;
};
Console.WriteLine("Printer created");