How can I declare a visio object as static and public?

A

ahmadka

If I add a visio object to my C# form at design time, it is declared a
private, which means that I cannot access it from other classes. So how can I
broaden the scope of such a visio object so that its public and static ? I
tried changing it from the autogenerated form.designer code, but that didnt
help....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top