mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-20 16:36:36 +08:00
项目结构调整
This commit is contained in:
8
Others/Dragablz/DragablzDemo/HeaderAndContentModel.cs
Normal file
8
Others/Dragablz/DragablzDemo/HeaderAndContentModel.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace DragablzDemo
|
||||
{
|
||||
public class HeaderAndContentModel
|
||||
{
|
||||
public object Header { get; set; }
|
||||
public object Content { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user