mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-30 21:23:24 +08:00
添加项目文件。
This commit is contained in:
11
Util.DiagramDesigner/Attributes/CanDoAttribute.cs
Normal file
11
Util.DiagramDesigner/Attributes/CanDoAttribute.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Util.DiagramDesigner
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Property)]
|
||||
public class CanDoAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user