using System.Windows.Controls; namespace FurnaceUI.Views.Editors { /// /// ScheduledMaitView.xaml 的交互逻辑 /// public partial class ScheduledMaintenanceMonitorView : UserControl { public ScheduledMaintenanceMonitorView() { InitializeComponent(); } } }