Пример #1
0
 public void RePaint()
 {
     parentForm.SuspendLayout();
     board.Resize();
     parentForm.ResumeLayout(false);
 }