Beispiel #1
0
 public FigureOnCell(Figure figure, Cell cell)
 {
     this.figure      = figure;
     this.CurrentCell = cell;
 }