mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
21 lines
323 B
C#
21 lines
323 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel;
|
|
using System.Windows;
|
|
using System.Windows.Controls;
|
|
using System.Windows.Documents;
|
|
using System.Windows.Input;
|
|
using System.Windows.Media;
|
|
|
|
namespace Util.DiagramDesigner
|
|
{
|
|
public class PointConnector : Control
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|