示例#1
0
        protected void LoadCustomButtonControls()
        {
            //cbutton.Load(new Point(400, 300), new Size(150, 150));
            resetGame.Load(new Point(300, 300), "Reset Game");
            buttons.Add(resetGame);

            playRound.Load(new Point(300, 350), "Play Round");
            buttons.Add(playRound);
        }