示例#1
0
 public ZooListCont()
 {
     InitializeComponent();
     cityController     = new CityCont();
     zooListIndex       = -1;
     countChecker       = new CountChecker();
     ZooList.DataSource = cityController.list;
 }
示例#2
0
 public void Set(int Direction, int MapSizeXY)
 {
     Value        = Direction;
     CountChecker = new CountChecker(MapSizeXY);
 }