using System.Windows.Controls; namespace AIStudio.Wpf.DiagramApp.Views { /// /// PropertyControl.xaml 的交互逻辑 /// public partial class PropertyControl : UserControl { public PropertyControl() { InitializeComponent(); } } }