Example #1
0
 public CareerEventScope(CareerEventType eventType)
 {
     EventType = eventType;
     _scopes.Push(this);
     if (eventType == CareerEventType.Ignore)
     {
         _ignoreScopeCount++;
     }
 }
Example #2
0
 public CareerEventScope(CareerEventType eventType)
 {
     EventType = eventType;
     _scopes.Push(this);
 }