FixedUpCameraFindP0.xaml.cs 328 B

123456789101112131415
  1. using System.Windows.Controls;
  2. namespace TeamAAS_VP.Views.Calibration
  3. {
  4. /// <summary>
  5. /// Interaction logic for FixedUpCameraFindP0
  6. /// </summary>
  7. public partial class FixedUpCameraFindP0 : UserControl
  8. {
  9. public FixedUpCameraFindP0()
  10. {
  11. InitializeComponent();
  12. }
  13. }
  14. }