This commit is contained in:
chi
2025-01-08 16:17:34 +09:00
parent caca236bb9
commit 2aca2e9a8c
14 changed files with 721 additions and 64 deletions

View File

@@ -1494,5 +1494,11 @@ namespace Project
var f = new FPJ0000.JobReport_.fJobProcessSelect("",true);
f.Show();
}
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
var f = new FBS0000.Holiday.fTimeTransfer();//.fJobProcessSelect("", true);
f.Show();
}
}
}