Пример #1
0
 public ReplaceRandomCellWorker(Manager mgr)
 {
     this.mgr  = mgr;
     timerFunc = new Timer.TimerFunc(replaceOne, Config.REPLACE_CELL_FREQ, true);
 }
Пример #2
0
 public ReplaceRandomCellWorker(Manager mgr)
 {
     this.mgr = mgr;
     timerFunc = new Timer.TimerFunc(replaceOne, Config.REPLACE_CELL_FREQ, true);
 }