As I\'m pretty new to C#, I struggle with the following piece of code. When I click to button \'knop\', the method \'klik\' has to be executed. The method has to draw the Bi
You need to wrap button click handler to match the pattern
public void klik(object sender, EventArgs e)