mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
项目结构调整
This commit is contained in:
16
Extensions/AIStudio.Wpf.Flowchart/SelectOption.cs
Normal file
16
Extensions/AIStudio.Wpf.Flowchart/SelectOption.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace AIStudio.Wpf.Flowchart
|
||||
{
|
||||
/// <summary>
|
||||
/// 前端SelectOption
|
||||
/// </summary>
|
||||
public class SelectOption
|
||||
{
|
||||
public string value { get; set; }
|
||||
public string text { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return text;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user