protected void TriggerInterruption( AbstractInterruption interruption )
		{
			InterruptionReceived( interruption );
		}
Exemple #2
0
 protected void TriggerInterruption(AbstractInterruption interruption)
 {
     InterruptionReceived(interruption);
 }