Esempio n. 1
0
 public override object Visit(ExceptionThrowEvent exceptionEvent)
 {
     TimeBase += exceptionEvent.TimeDiff;
     return(null);
 }
Esempio n. 2
0
		public virtual object Visit (ExceptionThrowEvent exceptionThrowEvent)
		{
			return null;
		}
			public override object Visit (ExceptionThrowEvent exceptionEvent)
			{
				TimeBase += exceptionEvent.TimeDiff;
				return null;
			}
Esempio n. 4
0
 public virtual object Visit(ExceptionThrowEvent exceptionThrowEvent)
 {
     return(null);
 }