mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-25 02:46:38 +08:00
整理一下项目文件
This commit is contained in:
14
AIStudio.Wpf.DiagramDesigner/Enums/DiagramType.cs
Normal file
14
AIStudio.Wpf.DiagramDesigner/Enums/DiagramType.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
public enum DiagramType
|
||||
{
|
||||
Normal,
|
||||
FlowChart,
|
||||
Logical,
|
||||
SFC,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user