public DebugEngineCreateEvent(DebugEngineBase debugEngineBase)
 {
     if (debugEngineBase == null)
     {
         throw new ArgumentNullException("debugEngineBase");
     }
     Engine = debugEngineBase;
 }
 public DebugEngineCreateEvent( DebugEngineBase debugEngineBase )
 {
     if ( debugEngineBase == null )
     {
         throw new ArgumentNullException( "debugEngineBase" );
     }
     Engine = debugEngineBase;
 }