SCItemEditor.xaml.cs 323 B

12345678910111213141516
  1. using System.Windows.Controls;
  2. namespace MECF.Framework.UI.Core.Control
  3. {
  4. /// <summary>
  5. /// SCItemEditor.xaml 的交互逻辑
  6. /// </summary>
  7. public partial class SCItemEditor : UserControl
  8. {
  9. public SCItemEditor()
  10. {
  11. InitializeComponent();
  12. }
  13. }
  14. }