Example #1
0
 public SokobanForm()
 {
     InitializeComponent();
     _game = new CGame();
     _game.FillStage(1);
     h_Render();
 }