mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-07 10:10:49 +08:00
14 lines
188 B
C#
14 lines
188 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace AIStudio.Wpf.Mind
|
|
{
|
|
public enum NodeLevel
|
|
{
|
|
Level1,
|
|
Level2,
|
|
Level3
|
|
}
|
|
}
|