Ejemplo n.º 1
0
 public static async Task DetachAsync(this IDebuggerPlugin dbgr)
 {
     await Task.Run(() => dbgr.Detach());
 }