With Blue Horns
❔ Failing in breaking for loop
I cannot break out of for loop, somehow
So, since moment of calling Event1 is unknown, it might interfere with MovementManager, so, I need it to break the for loop if needed, and then proceed to call MoveForm that is in Event1. Any suggestions how to fix this? Any idea why
break
doesn't work here?26 replies
✅ Dynamic settings .net core
As title says, I need to somehow achieve dynamic settings, where I can through script create a new setting in Properties.Settings.Default, under name, be able to access int that it's going to hold and increase the value by 1.
I'm trying to create a way to track hours spent in versions (ex. v1.0 has been used for 10h, v1.1 has been used for 3h and v1.5 which has been used for 37h) of application, I was thinking that this is the best idea to store data since user won't be able to change the value in an easy way. Any suggestions how to even start? Or maybe is there any easier way to do it?
10 replies