- using System.Windows.Controls;
 
- namespace ParameterModule.Views.Parameter;
 
- /// <summary>
 
- /// Interaction logic for StepNameDefinations.xaml
 
- /// </summary>
 
- public partial class StepNameDefinations : UserControl
 
- {
 
-     public StepNameDefinations()
 
-     {
 
-         InitializeComponent();
 
-     }
 
- }
 
 
  |