|
|
@@ -2228,8 +2228,8 @@ namespace UAS_LabelMachine
|
|
|
result = ExportFileDialog.ShowDialog();
|
|
|
if (result == DialogResult.OK)
|
|
|
{
|
|
|
- File.Copy(System.Windows.Forms.Application.StartupPath + "\\导入模板.xlsx", ExportFileDialog.SelectedPath + "\\导入模板.xlsx", true);
|
|
|
- System.Diagnostics.Process.Start(ExportFileDialog.SelectedPath + "\\导入模板.xlsx");
|
|
|
+ File.Copy(System.Windows.Forms.Application.StartupPath + "\\导入模板.xls", ExportFileDialog.SelectedPath + "\\导入模板.xls", true);
|
|
|
+ System.Diagnostics.Process.Start(ExportFileDialog.SelectedPath + "\\导入模板.xls");
|
|
|
}
|
|
|
break;
|
|
|
default:
|