G Guest Jan 18, 2006 #1 Is there any way to make the Designer invoke a static constructor when in Design mode? Thanks.
C Chris Tacke, MVP Jan 18, 2006 #2 A static ctor will run when the first member or function in the class is accessed, so if the designer accesses anything in the class, the ctor should be running. -Chris
A static ctor will run when the first member or function in the class is accessed, so if the designer accesses anything in the class, the ctor should be running. -Chris