This commit is contained in:
chikyun.kim
2019-07-25 08:29:57 +09:00
parent 5c77244a45
commit ae209e00af
85 changed files with 21568 additions and 4313 deletions

View File

@@ -192,7 +192,7 @@ namespace FCM0000
this.progressBar1.Value = 0;
this.progressBar1.Maximum = dtExcel.Rows.Count;
if (checkBox1.Checked) ta.DeleteImport(textBox2.Text);
if (checkBox1.Checked) ta.DeleteImport(textBox2.Text, FCOMMON.info.Login.gcode);
int cnt = 0;
//12,13
foreach (DataRow dr in dtExcel.Rows)