190724
This commit is contained in:
@@ -285,7 +285,7 @@ namespace FPJ0000
|
||||
}
|
||||
|
||||
var taE = new dsPRJTableAdapters.ProjectsTableAdapter();
|
||||
if(checkBox1.Checked) taE.DeleteImport();
|
||||
if (checkBox1.Checked) taE.DeleteImport(FCOMMON.info.Login.gcode);
|
||||
taE.Update((dsPRJ.ProjectsDataTable)dt);
|
||||
|
||||
dt.AcceptChanges();
|
||||
|
||||
Reference in New Issue
Block a user