| 1234567891011121314151617181920212223 |
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Drawing;
- using System.Data;
- using System.Text;
- using System.Windows.Forms;
- namespace Core.LgMes.Client.LgJobMgt.连铸机作业管理
- {
- public partial class ucCcmJJQZB : UserControl
- {
- public ucCcmJJQZB()
- {
- InitializeComponent();
- }
- private void ucCcmJJQZB_Load(object sender, EventArgs e)
- {
- this.ultraDataSource1.Rows.Add(new object[] { "", "", "", "" });
- }
- }
- }
|