Research tree parsing and view

This commit is contained in:
bird_egop
2026-02-15 23:44:20 +03:00
parent a8536f938d
commit 8091a727ba
17 changed files with 537 additions and 333 deletions
+1
View File
@@ -61,6 +61,7 @@ public class App
serviceCollection.AddSingleton(new VarsetViewModel());
serviceCollection.AddSingleton(new CpDatSchemeViewModel());
serviceCollection.AddSingleton(new MaterialViewModel());
serviceCollection.AddSingleton(new ResearchTreeViewModel());
var serviceProvider = serviceCollection.BuildServiceProvider();