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