mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-08 02:06:40 +08:00
Mind 出发
This commit is contained in:
13
AIStudio.Wpf.Mind/NodeLevel.cs
Normal file
13
AIStudio.Wpf.Mind/NodeLevel.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace AIStudio.Wpf.Mind
|
||||
{
|
||||
public enum NodeLevel
|
||||
{
|
||||
Level1,
|
||||
Level2,
|
||||
Level3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user