Visualizzazione aggiornata utesnile selezionato

This commit is contained in:
Nicola Pievani
2024-05-16 12:52:11 +02:00
parent b84699e3c1
commit 8174c6137a
5 changed files with 117 additions and 86 deletions
+4
View File
@@ -766,6 +766,10 @@ Public Class CurrentMachine
Set(value As String)
If WritePrivateProfileString(S_MACH_MACH, K_CURRWATERJETTING, value, sMachIniFile) Then
m_sCurrWaterJetting = value
If m_MainWindow.m_CurrentMachine.bWaterJet And EgtGetHeadId("H1") = GDB_ID.NULL Then
m_MainWindow.m_CurrentProjectPageUC.MachiningTxBx.Text = value
End If
End If
End Set
End Property