This commit is contained in:
chi
2025-01-02 12:48:16 +09:00
parent e12f310ca2
commit c810348fa6
24 changed files with 4359 additions and 563 deletions

View File

@@ -1488,5 +1488,11 @@ namespace Project
if (!ShowForm(formkey))
AddForm(formkey, new FEQ0000.fPurchaseConfirm());
}
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
var f = new FPJ0000.JobReport_.fJobProcessSelect("",true);
f.Show();
}
}
}