private void ResumeDrawing() { suspendCounter--; if (suspendCounter == 0) { HelpersGUI.ResumeDrawing(this); } }
public void ResumeDrawing() { Program.Invoke(this, () => { HelpersGUI.ResumeDrawing(this); Refresh(); }); }