- using System.Windows.Controls;
- namespace TeamAAS_VP.Views.DebugMod
- {
- /// <summary>
- /// Interaction logic for PlcRobotManualStep
- /// </summary>
- public partial class PlcRobotManualStep : UserControl
- {
- public PlcRobotManualStep()
- {
- InitializeComponent();
- }
- }
- }
|