mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-20 00:16:36 +08:00
整理代码
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
public interface IGroupable
|
||||
{
|
||||
Guid Id { get; }
|
||||
Guid ParentId { get; set; }
|
||||
bool IsGroup { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user