How to test if design time or not

0
0

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

  • You must to post comments
0
0

Perfect 🙂

  • You must to post comments
0
0
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.