CC#•Created by Fumetsu on 4/24/2025 in #help Handle Closing Form?
Actually I think you're correct. I'm using MainForm MainForm = new MainForm()
to access my MainForms controls from my other files. Is there another method I could use to access the MainForms methods/contains without creating a new one?