- Fixed bugs in DataEntry-Munich3 forms
- Troubleshooting camera detection
This commit is contained in:
@@ -307,7 +307,14 @@ namespace TBF.BenchControl
|
||||
{
|
||||
foreach (var cmpnt in components)
|
||||
{
|
||||
if (cmpnt is ComponentBase) (cmpnt as ComponentBase).GetProcedureParams(procedure);
|
||||
if (cmpnt is ComponentBase)
|
||||
{
|
||||
if (cmpnt.Cfg.Name.Equals("ROI2"))
|
||||
{
|
||||
int a = 5;
|
||||
}
|
||||
(cmpnt as ComponentBase).GetProcedureParams(procedure);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user