mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-15 21:56:37 +08:00
11 lines
178 B
C#
11 lines
178 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace AIStudio.Wpf.DiagramDesigner.Models.Serializables
|
|||
|
|
{
|
|||
|
|
public class LinkLabelItem
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|