업무일지 등록시 분류가 1개라면 자동 선택, 업무형태 글자 짤림으로 인해 늘리기

This commit is contained in:
chi
2023-10-26 20:17:02 +09:00
parent c18b72ede6
commit a95b26c55d
26 changed files with 2916 additions and 1571 deletions

View File

@@ -842,5 +842,11 @@ namespace FPJ0000
var f = new JobReport_.rJobReportPrjSche();
f.Show();
}
private void toolStripButton5_Click_1(object sender, EventArgs e)
{
var f = new JobReport_.rJobReportType();
f.Show();
}
}
}