c# - How can I access to an internal static class from another assembly? -


I have the following condition:

1) I have an internal fixed class where my software initialization A form 2) I would like to get an example of this form to use for other reasons.

Example of code:

Class1:

  name space x {Internal Static Class Program {Private Static Form Makes; Private static zero main () {..... mainx = new form (.....); Application.run (mainx); Class} I want to use something like this:   

How can I do this?

If both the parties have been signed, you will be able to highlight the internal members of an assembly Can use for


Comments