mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-26 03:07:55 +08:00
修改暂存一下
This commit is contained in:
12
AIStudio.Wpf.DiagramDesigner/Routers/IRouter.cs
Normal file
12
AIStudio.Wpf.DiagramDesigner/Routers/IRouter.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using AIStudio.Wpf.DiagramDesigner.Geometrys;
|
||||
|
||||
namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
public interface IRouter
|
||||
{
|
||||
PointBase[] Get(IDiagramViewModel _, ConnectorViewModel link);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user