EgtCAM5 1.6s3 :

- modifiche varie.
This commit is contained in:
Dario Sassi
2016-07-13 19:26:56 +00:00
parent c8f51a8759
commit 003452a8e3
15 changed files with 205 additions and 62 deletions
@@ -132,6 +132,10 @@ Namespace EgtCAM5
Sub New()
' Inizializzo la selezione della modilità Draw all'apertura del programma
DrawIsChecked = True
Application.Msn.Register(Application.MACHININGISCHECKED, Sub()
WorkIsChecked = True
OnPropertyChanged("WorkIsChecked")
End Sub)
End Sub
End Class