i want declare on form as global variable and then work with that in app. i dont want use below method to access app forms.
Form1 myForm = new Form1();
anyone have any idea?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Looks like you want your form to be a Singleton, which isn’t my favourite pattern, but it beats a global.