Hi!
I have a form
MyForm : System.Windows.Forms.Form {}
and I need to call
Site.GetService(..)
before user starts using this form.
But it's null in constructor and all loading events I've tried to override. When is the Site not null, please?