Changed logic too support unlimited levels of alphabetical tabs.

Save current changes to a step before doing a restore.
Only show expander if a step has children
Added Westinghouse RO Copy logic to Context Menu for Grid.
This commit is contained in:
Rich
2013-02-20 14:07:13 +00:00
parent 55f1561a71
commit a60badb58f
4 changed files with 22 additions and 11 deletions

View File

@@ -575,6 +575,7 @@ namespace Volian.Controls.Library
}
private void btnRestore_Click(object sender, EventArgs e)
{
MyEditItem.SaveContents();
TreeNode tn = tvAudits.SelectedNode;
if (tn.Tag is ContentAuditInfo)
{