I have a form
MyForm : System.Windows.Forms.Form {}
and i need to call
Site.GetService(..)
before the user starts using this form.
But this is null in the constructor and in all the load events that I tried to override. When the Site is not null, please?
source
share