SyntaxFix
Write A Post
Hire A Developer
Questions
Static constructor called only the first instance of the class created.
Static constructor
like this:
static class YourClass { static YourClass() { //initialization } }