锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
385 B

5 months ago
  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.Windows.Forms;
  9. namespace ICSSoft.Frame.APP.DataAcquisition
  10. {
  11. public partial class UserControl1 : UserControl
  12. {
  13. public UserControl1()
  14. {
  15. InitializeComponent();
  16. }
  17. }
  18. }