Added call to SetupSecurity after closing edit user dialog

Aded code to corect how Summary of Changes report was processing list of changes
Added code to account for double line box around high level steps
Added code to resolve printing cautions and notes associated with substeps
This commit is contained in:
Rich
2014-06-03 21:39:37 +00:00
parent eb6a6f40a5
commit d345997474
3 changed files with 45 additions and 26 deletions

View File

@@ -227,7 +227,8 @@ namespace VEPROMS
if (frm.ShowDialog(this) == DialogResult.OK)
{
frm.MyUser.Save();
}
SetupSecurity();
}
}
}
private void deleteUserToolStripMenuItem_Click(object sender, EventArgs e)