public DeletedImageState(FiguresCollection collection, FigureOnBoard figure)
 {
     this.figure     = figure;
     this.collection = collection;
 }
Esempio n. 2
0
 public addedImageState(FiguresCollection collection, FigureOnBoard image)
 {
     this.collection = collection;
     this.image      = image;
 }