-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
VB -> C#: Public objects in the GUI become private after conversion #618
Comments
Probably related to #616 |
There's now a fix in master which I'll hopefully release soon. If anyone could retest on the latest source, or CI build that'd be much appreciated. Thanks! |
Hello, I launch a test before leaving. I report when it is over and I am back (in 3-4 hours I think) |
Hello, The problem is solved |
Thanks for testing, it'll be released soon |
Thank you |
Hello,
I have made a test with a public object.
The object is used with the instace variable (for example the Form
FormTest is used (in the code)
imgexplorer is defined as public in the designer.
FormTest.imgexplorer
I have a form that has an ImageList. The object is public (every window of my project references the ImgForm.ImageList.
After the conversion it becomes private
Erroneous output
Expected output
Details
The text was updated successfully, but these errors were encountered: