G
Guest
Is it possible to pass a form somehow as a reference
forms.Add(ref this)
This does not seem to work as it says that 'this' is readonly. 'this' is a form.
forms.Add(ref this)
This does not seem to work as it says that 'this' is readonly. 'this' is a form.