votes
I'm tryin to make a clear butten to clear graphics I drew in a panel
Hy, im trying to find the code to clear the graphics i drew in a panel. Graphics gVenster = panel1.CreateGraphics(); -> is what I used to make the panel ready for graph. private void wissen_MouseClick(object sender, MouseE ...
