OmagCUT 3.1d2 :
- piccola miglioria decisione visualizzazione finestra lavorazioni all'uscita della pagina del grezzo.
This commit is contained in:
@@ -62,5 +62,5 @@ Imports System.Windows
|
|||||||
' by using the '*' as shown below:
|
' by using the '*' as shown below:
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("3.1.4.1")>
|
<Assembly: AssemblyVersion("3.1.4.2")>
|
||||||
<Assembly: AssemblyFileVersion("3.1.4.1")>
|
<Assembly: AssemblyFileVersion("3.1.4.2")>
|
||||||
|
|||||||
@@ -201,12 +201,9 @@ Public Class ChooseMachining
|
|||||||
Else
|
Else
|
||||||
m_MainWindow.m_CurrentMachine.sCurrSawing = String.Empty
|
m_MainWindow.m_CurrentMachine.sCurrSawing = String.Empty
|
||||||
End If
|
End If
|
||||||
' se non riesco a fare l'assegnazione della lama allora elimino il nome della lama salvata
|
' se lavorazione di lama non definita, dichiaro da scegliere
|
||||||
If String.IsNullOrEmpty(CurrSawingCmBx.SelectedItem) Then
|
If String.IsNullOrEmpty(CurrSawingCmBx.SelectedItem) Then
|
||||||
' verifico che il nome della lama esista
|
m_MachIsModified = True
|
||||||
If CurrSawingCmBx.SelectedItem <> m_MainWindow.m_CurrentMachine.sCurrSawing Then
|
|
||||||
m_MachIsModified = True
|
|
||||||
End If
|
|
||||||
m_MainWindow.m_CurrentMachine.sCurrSawing = String.Empty
|
m_MainWindow.m_CurrentMachine.sCurrSawing = String.Empty
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|||||||
Reference in New Issue
Block a user