예제 #1
0
 void UpdateNextFigure()
 {
     output.DrawBoardAndFigure(pictureBoxNextFigure, new int[4, 4], game.GetNextFigure(), 0, 0);
 }