Hello
Your documentation says to place
Novalys.VisualGuard.Security.VGSecurityManager.SetSecurity(Me) in the Private Sub InitializeComponent() routine
I do not like placing things in the code behind, is there a place in the form class that this code can be placed and still work properly
Such as the load event?
Please advise.
Thanks, Hello,
You do not need to implement Novalys.VisualGuard.Security.VGSecurityManager.SetSecurity(Me) in the Private Sub InitializeComponent() routine, when you want to secure a form.
You have to do it only for non visual classes.
|