Exemplo n.º 1
0
		public MDANotificationEventContext(Debugger debugger, DBG.MDANotificationDebugCallbackEventArgs e)
			: base(debugger, e.Kind.ToDebugEventKind()) {
			this.args = e;
			this.mda = e.CorMDA;
		}
Exemplo n.º 2
0
 public MDANotificationEventContext(Debugger debugger, DBG.MDANotificationDebugCallbackEventArgs e)
     : base(debugger, e.Kind.ToDebugEventKind())
 {
     this.args = e;
     this.mda  = e.CorMDA;
 }