Form0_主站马达.cs 459 B

123456789101112131415161718192021
  1. using Sunny.UI;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.ComponentModel;
  5. using System.Data;
  6. using System.Drawing;
  7. using System.Linq;
  8. using System.Text;
  9. using System.Threading.Tasks;
  10. using System.Windows.Forms;
  11. using PlcUiControl;
  12. namespace YangjieTester.工站操作
  13. {
  14. public partial class Form0_主站马达 :Form_StationBase
  15. {
  16. public Form0_主站马达()
  17. {
  18. InitializeComponent();
  19. }
  20. }
  21. }