Example #1
0
 public StatusChangedEventArgs(string _newStatus, IFactoryQueueElement _firstQE, ITestingUnit _testunit)
 {
     this.newStatus = _newStatus;
     this.firstQE   = _firstQE;
     this.testunit  = _testunit;
 }