잉여장비목록 화면 추가(최효준s)

This commit is contained in:
chi
2021-03-02 13:09:57 +09:00
parent c5f6947344
commit 5ad9c18abf
52 changed files with 9483 additions and 3075 deletions

View File

@@ -538,7 +538,8 @@ namespace FPJ0000
FormattingData();
this.tbFind.SelectAll();
this.tbFind.Focus();
if (this.bsPart.Count > 0) this.bsPart.Position = 0;
else util.MsgE("자료가 없습니다");
}
}