Automated renaming of paths and transitions, parts 2,3,4.

This commit is contained in:
Milan Hanajik
2017-05-29 15:15:03 +02:00
parent c776cbcdf1
commit be6240bf28
21 changed files with 285 additions and 119 deletions
@@ -260,12 +260,12 @@ namespace TBF.BenchControl.TestMethods.Endurance
}
}
public string GetWarningsBeforeSaving()
public string GetWarningsBeforeSaving(ref Dictionary<string, string> renmInfo)
{
return string.Empty;
}
public void UpdateRelatedItems()
public void UpdateRelatedItems(Dictionary<string, string> renameInfo)
{
}
}