mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-14 21:46:37 +08:00
8 lines
167 B
C#
8 lines
167 B
C#
|
|
namespace DragablzDemo
|
|||
|
|
{
|
|||
|
|
public class HeaderAndContentModel
|
|||
|
|
{
|
|||
|
|
public object Header { get; set; }
|
|||
|
|
public object Content { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|