mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-30 05:03:23 +08:00
添加项目文件。
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
using Util.DiagramDesigner;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace AIStudio.Wpf.ADiagram.Demos.Logical
|
||||
{
|
||||
public class LogicalGateItem : LogicalGateDesignerItemBase
|
||||
{
|
||||
public LogicalGateItem()
|
||||
{
|
||||
|
||||
}
|
||||
public LogicalGateItem(LogicalGateItemViewModel item) : base(item)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user