|
- using BPA.Helper;
- using System.Windows.Controls;
-
- namespace BPASmartClient.DosingSystem.View
- {
- /// <summary>
- /// HardwareStatusView.xaml 的交互逻辑
- /// </summary>
- public partial class HardwareStatusView : UserControl
- {
- public HardwareStatusView()
- {
- InitializeComponent();
- this.Unloaded += (o, e) => { TaskManage.GetInstance.StopTask("输送带料仓状态监控"); };
- }
- }
- }
|