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

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

            parentForm.ResumeLayout(false);
        }