using System.Windows.Controls; namespace FurnaceUI.Views.Editors.NTP02 { /// /// RecipeGasPanelSettingView.xaml 的交互逻辑 /// public partial class RecipeGasPanelSettingView : UserControl { #region ctor public RecipeGasPanelSettingView() { InitializeComponent(); } #endregion private void GasSingularLine_Loaded(object sender, System.Windows.RoutedEventArgs e) { } } }