コード例 #1
0
 public DFScell(Grid g, Location l, DFSgener m) : this(g, l, DFScell.Untouched, m)
 {
 }
コード例 #2
0
 public DFScell(Grid g, Location l, int i, DFSgener m)
 {
     PutSelfInGrid(g, l);
     this.SetState(i);
     Master = m;
 }