+ 2
Event handle in C#
The events handler works on Sololearn playground? Or is it just for IDEs like Visual Studio. For example click events
2 odpowiedzi
+ 1
The sololearn playground is only console.application and cannot use any io (files, maps, directories).
It works fine with events but when you exclude the ones I named above not much usefull events are left.
+ 1
Thanks, I was wondering how to handle on click screen events.