This commit is contained in:
Emmanuele Sassi
2024-01-08 11:22:39 +01:00
6 changed files with 45 additions and 12 deletions
+1
View File
@@ -294,6 +294,7 @@ Public Class MyMachinePanelVM
MachDbWindowV.Width = 1024
MachDbWindowV.Owner = Application.Current.MainWindow
MachDbWindowV.ShowDialog()
If Not IsNothing(Map.refMachiningTreeExpanderVM) Then Map.refMachiningTreeExpanderVM.UpdateOperationMachiningList()
End If
End Sub