add solution accessor

This commit is contained in:
Matt Parker
2025-11-03 00:54:24 +10:00
parent 5b965991cd
commit b46404c387
5 changed files with 24 additions and 7 deletions

View File

@@ -18,7 +18,6 @@ public partial class BottomPanelManager : Panel
{
field = value;
_problemsPanel.Solution = value;
_nugetPanel.Solution = value;
}
}