mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-16 22:46:36 +08:00
mind序列化完善中
This commit is contained in:
@@ -119,7 +119,7 @@ namespace AIStudio.Wpf.DiagramDesigner.Demo.ViewModels
|
||||
|
||||
private void GetDataExcute(object obj)
|
||||
{
|
||||
OutputData = GetDataFunc();
|
||||
OutputData = GetDataFunc?.Invoke();
|
||||
}
|
||||
|
||||
private void SetDataExcute(object obj)
|
||||
|
||||
Reference in New Issue
Block a user