mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-15 21:56:37 +08:00
修改暂存一下
This commit is contained in:
12
AIStudio.Wpf.DiagramDesigner/Enums/RouterMode.cs
Normal file
12
AIStudio.Wpf.DiagramDesigner/Enums/RouterMode.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
public enum RouterMode
|
||||
{
|
||||
Normal,
|
||||
Orthogonal
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user