EgtCAM5 :

- installo ultimo int per controller.
This commit is contained in:
Dario Sassi
2016-07-09 19:31:16 +00:00
parent 4db56e7e09
commit ec2f7a38ef
+3
View File
@@ -473,6 +473,9 @@ Namespace EgtCAM5
Application.Msn.Register(Application.SETLASTBOOLEAN, Sub(bBoolean As Boolean)
m_Controller.SetLastBoolean(bBoolean)
End Sub)
Application.Msn.Register(Application.SETLASTINTEGER, Sub(nInteger As Integer)
m_Controller.SetLastInteger(nInteger)
End Sub)
Application.Msn.Register(Application.SHOW, Sub(sString As String)
m_Controller.Show(sString)
End Sub)