Refactorization : BenchControl -> Rig
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user