Example #1
0
 public DebuggedAppDomainEventArgs(
     DebuggedProcess process, DebuggedAppDomain ad)
     : base(process)
 {
     m_ad = ad;
 }
Example #2
0
 public DebuggedProcessEventArgs(DebuggedProcess p)
     : base(p)
 {
 }