On Wed, Sep 26, 2012 at 2:29 PM, Yves Goergen <nospam.list@xxxxxxxxxxxxxxx>wrote: > How do other languages than C# call that? :-) > Java has "static initializers" which work the same way: they are executed when the class is first loaded and before any code can make use of the class. David