....
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user