CommonSettingForm.cs 428 B

123456789101112131415161718192021
  1. using PlcUiControl;
  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. namespace YangjieTester
  12. {
  13. public partial class CommonSettingForm : PlcComBaseForm
  14. {
  15. public CommonSettingForm()
  16. {
  17. InitializeComponent();
  18. }
  19. }
  20. }