Passing static parameters to a class
- by koumides
All,
As far as I know you can can't pass static parameters to a static constructor in C#.
However I do have 2 static parameters I need to initialize before I create an instance of a class. How do I go about it ?
Thanks,
M