mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-19 16:06:33 +08:00
完成mvvm模式下,画布、节点编辑的基本重构
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Serein.Workbench.Views
|
||||
{
|
||||
public MainMenuBarView()
|
||||
{
|
||||
this.DataContext = App.GetService<Locator>().MainViewModel;
|
||||
this.DataContext = App.GetService<Locator>().MainMenuBarViewModel;
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user