using System.Windows.Controls; namespace FurnaceGasPanelUI.Views.Maintenances.ELK { /// <summary> /// GasPanelView.xaml 的交互逻辑 /// </summary> public partial class GasPanelView : UserControl { public GasPanelView() { InitializeComponent(); } } }