added dictionary for set file (to handle duplicate procedure names - there should not be any)

This commit is contained in:
John Jenko 2010-03-25 14:38:29 +00:00
parent 037c3f47e0
commit 84f26c2f9b

View File

@ -65,6 +65,8 @@ namespace DataLoader
private Dictionary<string, List<Item>> dicTrans_MigrationErrors;
private Dictionary<object, string> dicOldStepSequence;
private Dictionary<TreeNode, TreeNode> dicNeedToLoad;
private Dictionary<string, string> dicSetfileEntries;
private log4net.ILog log;
#endregion
private frmLoader frmMain;