Ejemplo n.º 1
0
 public void Add(BasicView bv, int column, int row)
 {
     bv.Activate(this);
     components.Add(new Tuple<int, int>(row, column), bv);
 }
Ejemplo n.º 2
0
 public void Add(BasicView bv, int column, int row)
 {
     bv.Activate(this);
     components.Add(new Tuple <int, int>(row, column), bv);
 }