Explorar o código

add operation blade2 wafer information

chenzk hai 2 semanas
pai
achega
f1e242d81e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      PunkHPX8_MainPages/ViewModels/OperationOverNewViewModel.cs

+ 1 - 0
PunkHPX8_MainPages/ViewModels/OperationOverNewViewModel.cs

@@ -572,6 +572,7 @@ namespace PunkHPX8_MainPages.ViewModels
             if (ModuleManager.ModuleInfos["EfemRobot"].WaferManager.Wafers.Count != 0)
             {
                 BladeAWafer = ModuleManager.ModuleInfos["EfemRobot"].WaferManager.Wafers[0];
+                BladeBWafer = ModuleManager.ModuleInfos["EfemRobot"].WaferManager.Wafers[1];
             }
 
             if (EFEMIsInstalled == true)