コード例 #1
0
 public DebugView(AsyncManualResetEvent mre)
 {
     _mre = mre;
 }
コード例 #2
0
 public DebugView(AsyncManualResetEvent mre)
 {
     _mre = mre;
 }
コード例 #3
0
 public DebugView(AsyncManualResetEvent mre) => this.mre = mre;