✅ Can't Reference a Label in Forms
When using Win Forms in Csharp when I make a TimerCallback I can't reference any Form1 objects in it, but outside of TimerCallback I can
6 Replies
The callback method is static
What does that mean?
It means it exists on the type itself and can't access the instance's members
Oh okay
Now it works, thank you
<:MadoThumbsUp_MM:406514447973351444>
use /close since it's resolved