mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-14 05:06:36 +08:00
添加项目文件。
This commit is contained in:
8
Dragablz/DragablzDemo/HeaderAndContentModel.cs
Normal file
8
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