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