|
@@ -299,9 +299,6 @@ namespace PunkHPX8_Themes.UserControls
|
|
|
if (_rtDataValues != null)
|
|
|
{
|
|
|
_cellWaferHolderDictionary = CommonFunction.GetValue<ConcurrentDictionary<string, bool>>(_rtDataValues, "System.CellWaferHolderDictionary");
|
|
|
- LoaderTransoprterWaferHolderVisible = _cellWaferHolderDictionary[ModuleName.Transporter2.ToString()];
|
|
|
- ProcessTransoprterWaferHolderVisible = _cellWaferHolderDictionary[ModuleName.Transporter1.ToString()];
|
|
|
-
|
|
|
//判断Chanmber状态
|
|
|
foreach (DependencyObject child in totalCanvas.Children)
|
|
|
{
|