Example #1
0
        public void RePaint()
        {
            parentForm.SuspendLayout();
            board.Resize();
            board.addPacmanToPanel(lives, pnlInfo);

            parentForm.ResumeLayout(false);
        }
Example #2
0
        public void RePaint()
        {
            parentForm.SuspendLayout();

            parentForm.ResumeLayout(false);
        }