This commit is contained in:
chi
2022-02-01 00:28:56 +09:00
parent 66f1ff0cbb
commit 4a43b30973
88 changed files with 1503 additions and 22144 deletions

View File

@@ -382,7 +382,7 @@ namespace FPJ0000
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
var currentime = this.ctlLayout1.items[this.no - 1];
if (currentime.project == -1 && currentime.reserve.isEmpty() == false)
if (currentime.project == -1 && String.IsNullOrEmpty(currentime.reserve) == false)
{
//프로젝트가 할당된 상태가 아니다.
if (currentime.reserve != FCOMMON.info.Login.nameK)