mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-10 03:30:48 +08:00
修复了脚本语言中构造器赋值的 bug
This commit is contained in:
@@ -25,6 +25,9 @@ namespace Serein.Workbench.Views
|
||||
{
|
||||
this.DataContext = App.GetService<Locator>().MainViewModel;
|
||||
InitializeComponent();
|
||||
|
||||
Window window = new System.Windows.Window();
|
||||
window.Show();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user