ucCcmJJQZB.cs 540 B

1234567891011121314151617181920212223
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Drawing;
  5. using System.Data;
  6. using System.Text;
  7. using System.Windows.Forms;
  8. namespace Core.LgMes.Client.LgJobMgt.连铸机作业管理
  9. {
  10. public partial class ucCcmJJQZB : UserControl
  11. {
  12. public ucCcmJJQZB()
  13. {
  14. InitializeComponent();
  15. }
  16. private void ucCcmJJQZB_Load(object sender, EventArgs e)
  17. {
  18. this.ultraDataSource1.Rows.Add(new object[] { "", "", "", "" });
  19. }
  20. }
  21. }