Automated renaming of paths and transition sequences, part 1.

This commit is contained in:
Milan Hanajik
2017-05-25 12:40:18 +02:00
parent d139f355e6
commit 7c702b8155
23 changed files with 628 additions and 158 deletions
@@ -259,5 +259,14 @@ namespace TBF.BenchControl.TestMethods.Endurance
parent.UpdateButtonStates(TBF.UiControls.SharedButtons.SelectedItemPos.None);
}
}
}
public string GetWarningsBeforeSaving()
{
return string.Empty;
}
public void UpdateRelatedItems()
{
}
}
}