Refactorization : BenchControl -> Rig

This commit is contained in:
Milan Hanajik
2021-03-05 16:12:24 +01:00
parent 84c8ec26b6
commit 6cf3bd6160
1461 changed files with 6330 additions and 6330 deletions
+2 -2
View File
@@ -89,7 +89,7 @@ namespace TBF.UI.Graphs
// {
// try
// {
// gPane.starting_idx += Math.Min(RichTextBoxFinds.BenchControl.StateMachine.;
// gPane.starting_idx += Math.Min(RichTextBoxFinds.Rig.StateMachine.;
// UpdateScrollBar();
// gPane.Invalidate();
// }
@@ -145,7 +145,7 @@ namespace TBF.UI.Graphs
string batchNrSstr = batchNrs[j].ToString();
string b = Path.Combine(Program.GraphsDir, batchNrSstr);
string rootNodeName = batchNrSstr;
if ((TBF.BenchControl.Sequences.ProcessData.BatchRslts != null) && rootNodeName.Equals(TBF.BenchControl.Sequences.ProcessData.BatchRslts.Batch.BatchNr.ToString()))
if ((TBF.Rig.Sequences.ProcessData.BatchRslts != null) && rootNodeName.Equals(TBF.Rig.Sequences.ProcessData.BatchRslts.Batch.BatchNr.ToString()))
{
rootNodeName = Strings.current;
}