syz_xs.cs 492 B

1234567891011121314151617181920212223242526
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Drawing;
  5. using System.Data;
  6. using System.Linq;
  7. using System.Text;
  8. using System.Threading.Tasks;
  9. using System.Windows.Forms;
  10. using System.Threading;
  11. using log4net;
  12. using WisdomClient.data;
  13. using WisdomClient;
  14. namespace IntelligentControlForsx.MyControls.syz
  15. {
  16. public partial class syz_xs : ZTControl
  17. {
  18. public syz_xs()
  19. {
  20. InitializeComponent();
  21. }
  22. }
  23. }