mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-03 07:36:35 +08:00
Connector 错误处理
This commit is contained in:
15
AIStudio.Wpf.DiagramDesigner/Enums/ConnectorErrorCode.cs
Normal file
15
AIStudio.Wpf.DiagramDesigner/Enums/ConnectorErrorCode.cs
Normal file
@@ -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