How can I test if it’s design time ?
I put some code executed at the ControlCreated event. At runtime everything is ok but it “offends” the designer at design time and VS just reboots as soon as I try to open the window in design mode. How can I prevent this ? Any way to test if (App.IsReallyRunning()) ?
TIA
Mirko
Hi Mirko,
see here:
https://docs.wisej.com/api/wisej.web/general/application#runtimemode
Best regards
Frank
Please login first to submit.