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....
 
Top