mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +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; }
|
|
}
|
|
} |