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