Exemplo n.º 1
0
 public Ant(System.Drawing.Point start, AntInterface board)
 {
     current        = start;
     this.board     = board;
     this.direction = Direction.Up;
 }
Exemplo n.º 2
0
 public Ant(System.Drawing.Point start, AntInterface board)
 {
     current = start;
     this.board = board;
     this.direction = Direction.Up;
 }