| 1234567891011121314151617181920 |
- using System.Windows.Controls;
- namespace TeamAAS_VP.Views.Product
- {
- /// <summary>
- /// Interaction logic for RobotPointParams
- /// </summary>
- public partial class RobotPointParams : UserControl
- {
- public RobotPointParams()
- {
- InitializeComponent();
- }
- private void Button_Click(object sender, System.Windows.RoutedEventArgs e)
- {
- }
- }
- }
|