You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 24, 2020. It is now read-only.
When converting C# to Vb.Net using the Online Converter i found two issues, this is the first and #514 is the second.
MyClass.HappyEvent += Happy_EventHandler;translates to
MyClass.HappyEvent += Happy_EventHandlerinstead of
AddHandler MyClass.HappyEvent, AddressOf Happy_EventHandler