RecipeGasPanelSettingView.xaml.cs 501 B

1234567891011121314151617181920212223
  1. using System.Windows.Controls;
  2. namespace FurnaceUI.Views.Editors.NTP02
  3. {
  4. /// <summary>
  5. /// RecipeGasPanelSettingView.xaml 的交互逻辑
  6. /// </summary>
  7. public partial class RecipeGasPanelSettingView : UserControl
  8. {
  9. #region ctor
  10. public RecipeGasPanelSettingView()
  11. {
  12. InitializeComponent();
  13. }
  14. #endregion
  15. private void GasSingularLine_Loaded(object sender, System.Windows.RoutedEventArgs e)
  16. {
  17. }
  18. }
  19. }