EgtCAM5 :
- installo ultimo int per controller.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user