Ejemplo n.º 1
0
 public SleepCommand(long milliSeconds, ActiveObjectEngine e, ICommand wakeUpCommand)
 {
     sleepTime          = milliSeconds;
     engine             = e;
     this.wakeUpCommand = wakeUpCommand;
 }
Ejemplo n.º 2
0
 public SleepCommand(long milliSeconds, ActiveObjectEngine e, ICommand wakeUpCommand)
 {
     sleepTime = milliSeconds;
     engine = e;
     this.wakeUpCommand = wakeUpCommand;
 }