public DebugView(AsyncAutoResetEvent are)
 {
     _are = are;
 }
Exemple #2
0
 public DebugView(AsyncAutoResetEvent are) => this.are = are;
 public DebugView(AsyncAutoResetEvent are)
 {
     _are = are;
 }