Example #1
0
 public DeleteEvents(GameField f)
 {
     field = f;
 }
Example #2
0
 public CheckAllEvent(GameField f)
 {
     field = f;
 }
Example #3
0
 public UpdateCellEvent(GameField f, int X, int Y) : base(X, Y)
 {
     field = f;
 }