Material parsing and viewing

This commit is contained in:
bird_egop
2025-12-04 03:50:44 +03:00
parent 3b1fd5ef97
commit 75b1548f55
18 changed files with 1694 additions and 63 deletions
+1
View File
@@ -60,6 +60,7 @@ public class App
serviceCollection.AddSingleton(new ScrViewModel());
serviceCollection.AddSingleton(new VarsetViewModel());
serviceCollection.AddSingleton(new CpDatSchemeViewModel());
serviceCollection.AddSingleton(new MaterialViewModel());
var serviceProvider = serviceCollection.BuildServiceProvider();