mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-06-07 18:38:21 +08:00
Connector 错误处理
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace AIStudio.Wpf.DiagramDesigner.Enums
|
||||
{
|
||||
public enum ConnectorErrorCode
|
||||
{
|
||||
None,
|
||||
ConnErr,
|
||||
ValueErr
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user