TomsDev67

Results 4 comments of TomsDev67

I'll do some tests a bit later, that's not a problem for me ;-) I'll keep you informed 👍

Hey @leocb, Sorry for late answer, I had to work on some other things since the last time, I had no really time to check :-S

Damn it's just incomprehensible :-S I've tried to replace `var result = form.ShowDialog() == DialogResult.OK;` per `var result = form.ShowDialog();` like in your example but i've the same behavior as...

I've done some other tests. It is working like a charm in 4.6.1 .NET project but not in 4.7.2 project _(using in both MaterialSkin compiled in 4.6.1)_ I don't know...