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