using System.Windows.Controls; namespace MECF.Framework.UI.Core.Control { /// /// SCItemEditor.xaml 的交互逻辑 /// public partial class SCItemEditor : UserControl { public SCItemEditor() { InitializeComponent(); } } }