Example #1
0
 public Labirint()
 {
     InitializeComponent();
     last_level_nr = 1;
     game = new LogicGame(ShowItem, ShowStat);
 }
Example #2
0
 public void Init()
 {
     InitializeComponent();
     last_level_nr = 17;
     game = new LogicGame(mode, ShowItem, ShowStat);
 }