AlarmGasPanel.xaml.cs 313 B

12345678910111213141516
  1. using System.Windows.Controls;
  2. using System.Windows.Input;
  3. namespace ProximaAnalizer.Views.DBInfoAlarmRegions;
  4. /// <summary>
  5. /// Interaction logic for AlarmGasPanel.xaml
  6. /// </summary>
  7. public partial class AlarmGasPanel : UserControl
  8. {
  9. public AlarmGasPanel()
  10. {
  11. InitializeComponent();
  12. }
  13. }