Example #1
0
 private void SaveCurrent()
 {
     _testFile.SetMultiValueOption(CUSTOM_TESTS, _grid.GetValues());
     _testFile.Save();
 }