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