This commit is contained in:
chi
2020-09-08 14:40:57 +09:00
parent ba916b69bc
commit 4c0dafd686
22 changed files with 2188 additions and 1060 deletions

View File

@@ -43,6 +43,9 @@ namespace FBS0000
if (curLevel >= 5)
{
//권한이 잇으므로 모든 사용자로 한다.
if (cmbUser.Items.Count > 0)
cmbUser.SelectedIndex = 0;
}
else
{