public DebugView(AsyncAutoResetEvent are)
 {
     _are = are;
 }
Ejemplo n.º 2
0
 public DebugView(AsyncAutoResetEvent are) => this.are = are;
 public DebugView(AsyncAutoResetEvent are)
 {
     _are = are;
 }