Example #1
0
 public QueuedEvent(TimeScheduler.Task task)
 {
     this.Task = task;
    
     this.stopwatch = new Stopwatch();
     this.stopwatch.Start();
 }
Example #2
0
        public QueuedEvent(TimeScheduler.Task task)
        {
            this.Task = task;

            this.stopwatch = new Stopwatch();
            this.stopwatch.Start();
        }