修复了脚本语言中构造器赋值的 bug

This commit is contained in:
fengjiayi
2025-07-16 16:16:19 +08:00
parent 01ab905155
commit 88a82046b8
16 changed files with 825 additions and 1376 deletions

View File

@@ -25,6 +25,9 @@ namespace Serein.Workbench.Views
{
this.DataContext = App.GetService<Locator>().MainViewModel;
InitializeComponent();
Window window = new System.Windows.Window();
window.Show();
}
}
}