ReportSystemUI accessible via Dependency Injection #10

Merged
Kocoder merged 8 commits from ReportSystem into main 2026-02-24 10:17:49 +00:00
16 changed files with 237 additions and 123 deletions
Showing only changes of commit 856cc04f64 - Show all commits

View File

@@ -52,7 +52,7 @@
public Dictionary<string, object> ConstructParameterList(IReportable reportableEntity, object RenderModeBoundary) {
Dictionary<string, object> _parameters = new Dictionary<string, object>();
_parameters["ReportableEntity"] = _blackBoard;
_parameters["ReportableEntity"] = reportableEntity;
_parameters["RenderModeBoundary"] = RenderModeBoundary;
return _parameters;