Exemplo n.º 1
0
 public JobContext()
 {
     _currentJob = this._getJobs().ToList();
     //_currentJob.DebugContainer = debugger;
     //_currentJob.UnitContainer = unit;
     _current = this;
 }
Exemplo n.º 2
0
 public JobManager()
 {
     _context = new JobContext();
 }