Accelarotr, how make it work

StatusIDPriorityType
Closed35405MajorQuestion
ProfileReply
WolframClient

I checked you sample in Help
For me it's not working.

How refer by me to the Xafari Namespace?

Please provide a working sample

Public Partial Class NorthwindWindowsFormsApplication
Inherits WinApplication
Protected Overrides Function CreateModelManager(ByVal boModelTypes As IEnumerable(Of Type)) As ApplicationModelManager
Return Me.Xafari().Win().CreateModelManager(boModelTypes, MyBase.CreateModelManager)
End Function
Protected Overrides Sub OnSetupStarted()
Me.Xafari().OnSetupStarted(MyBase.OnSetupStarted)
End Sub
End Class

Replies

UserDescriptionPosted On
MariyaVoytovichAgent

Hello Wolfram!

I apologize for the delayed response.

This is working sample:

Public Partial Class NorthwindWindowsFormsApplication
Inherits WinApplication
Protected Overrides Function CreateModelManager(ByVal boModelTypes As IEnumerable(Of Type)) As ApplicationModelManager
Return Me.Xafari().Win().CreateModelManager(boModelTypes, AddressOf MyBase.CreateModelManager)
End Function
Protected Overrides Sub OnSetupStarted()
Me.Xafari().OnSetupStarted(AddressOf MyBase.OnSetupStarted)
End Sub
End Class

Feel free to contact us if you need further assistance or have additional questions.

Regards,
Mariya
On behalf of Xafari Client Services Team

× This ticket is closed.

Write US