This commit is contained in:
chi
2023-10-19 00:49:41 +09:00
parent 06b0699bf7
commit 2f66e3cca1
37 changed files with 14907 additions and 834 deletions

View File

@@ -992,7 +992,7 @@ namespace FEQ0000
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
var f = new fPurchase_excelimport(true);
var f = new fPurchase_excelimport( fPurchase_excelimport.eImporttype.CR);
f.Show();
}