mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-07 17:56:35 +08:00
整理一下项目文件
This commit is contained in:
15
AIStudio.Wpf.DiagramApp/Views/PropertyControl.xaml.cs
Normal file
15
AIStudio.Wpf.DiagramApp/Views/PropertyControl.xaml.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace AIStudio.Wpf.DiagramApp.Views
|
||||
{
|
||||
/// <summary>
|
||||
/// PropertyControl.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class PropertyControl : UserControl
|
||||
{
|
||||
public PropertyControl()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user