mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
16 lines
316 B
C#
16 lines
316 B
C#
using System.Windows.Controls;
|
|
|
|
namespace AIStudio.Wpf.DiagramApp.Views
|
|
{
|
|
/// <summary>
|
|
/// PropertyControl.xaml 的交互逻辑
|
|
/// </summary>
|
|
public partial class PropertyControl : UserControl
|
|
{
|
|
public PropertyControl()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|