mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-01 22:56:35 +08:00
Block图鉴
This commit is contained in:
18
Extensions/AIStudio.Wpf.Block/BlockTest.cs
Normal file
18
Extensions/AIStudio.Wpf.Block/BlockTest.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using AIStudio.Wpf.DiagramDesigner;
|
||||
using AIStudio.Wpf.Block.Core.ViewModels;
|
||||
|
||||
namespace AIStudio.Wpf.Block
|
||||
{
|
||||
public class BlockTest
|
||||
{
|
||||
public BlockTest()
|
||||
{
|
||||
BlockDesignerItemViewModel MoveNode = new MoveNode() { Name = nameof(MoveNode), Left = 28, Top = 28 };
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user