added dictionary for set file (to handle duplicate procedure names - there should not be any)
This commit is contained in:
parent
037c3f47e0
commit
84f26c2f9b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user