Skip to content

Commit

Permalink
默认账户
Browse files Browse the repository at this point in the history
  • Loading branch information
ElecTroMagicX committed Jun 7, 2020
1 parent 578bc57 commit dd369e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 震动监测系统/FormUserManage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ private void ChangeAdminYesRadioButton_CheckedChanged(object sender, EventArgs e
string pkname = dt.Columns[0].ColumnName;
if (dt.Rows[0]["Account"].ToString() == UserNameTextbox.Text)
{
MessageBox.Show("此默认账户不能被设为非管理员用户!");
MessageBox.Show("此默认账户不能被修改!");
return;
}
for (int i = 0; i < dt.Rows.Count; i++)
Expand Down

0 comments on commit dd369e1

Please sign in to comment.