OmagCUT :
- aggiustamenti per lama manuale con TC+SAW - vari altri aggiustamenti per scelta utensili e lavorazioni.
This commit is contained in:
@@ -581,8 +581,7 @@ Public Class TwoStateButton
|
||||
End If
|
||||
|
||||
Dim IsPressedShiftKey As Boolean = False
|
||||
If (Keyboard.Modifiers And ModifierKeys.Shift) > 0 And
|
||||
GetPrivateProfileInt(S_GENERAL, K_DEBUG, 0, m_MainWindow.GetIniFile()) > 4 Then IsPressedShiftKey = True
|
||||
If (Keyboard.Modifiers And ModifierKeys.Shift) > 0 AndAlso m_MainWindow.GetDebug() > 4 Then IsPressedShiftKey = True
|
||||
' procedo all'apertura del file CadCut1 appena generato (solo se generazione corretta)
|
||||
If IsPressedShiftKey Then
|
||||
Try
|
||||
|
||||
Reference in New Issue
Block a user