mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-20 16:36:36 +08:00
工具栏整理
This commit is contained in:
@@ -13,7 +13,7 @@ namespace AIStudio.Wpf.DiagramDesigner.Demo.ViewModels
|
||||
GetDataCommand = new SimpleCommand(GetDataExcute);
|
||||
SetDataCommand = new SimpleCommand(SetDataExcute);
|
||||
|
||||
var theme = MindThemeHelper.GetSkyBlueTheme();
|
||||
var theme = MindThemeHelper.SkyBlueTheme;
|
||||
}
|
||||
|
||||
private Func<string> _getDataFunc;
|
||||
|
||||
Reference in New Issue
Block a user