mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
完成mvvm模式下,画布、节点编辑的基本重构
This commit is contained in:
@@ -59,10 +59,12 @@ namespace Serein.Library
|
||||
/// 是否通知UI
|
||||
/// </summary>
|
||||
public bool IsNotification = false;
|
||||
|
||||
/// <summary>
|
||||
/// 是否使用Console.WriteLine打印
|
||||
/// </summary>
|
||||
public bool IsPrint = false;
|
||||
|
||||
/// <summary>
|
||||
/// 是否禁止参数进行修改(初始化后不能再通过 Setter 修改)
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user